aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHagen Schink <troja84@gmail.com>2009-04-13 19:35:02 +0200
committerMax Kellermann <max@duempel.org>2009-04-13 19:35:02 +0200
commit92ba754fc67b084202c1a1c7a750fa4f2133418c (patch)
tree31e9ca1d1da14c987ff3e1fabf5dfb41eb755789 /Makefile.am
parent200be2637171a52fce9f23a858dc1c4476fcb7a3 (diff)
downloadmpd-92ba754fc67b084202c1a1c7a750fa4f2133418c.tar.gz
mpd-92ba754fc67b084202c1a1c7a750fa4f2133418c.tar.xz
mpd-92ba754fc67b084202c1a1c7a750fa4f2133418c.zip
Implemented basic icy support for the httpd output
[mk: folded with patch "Put icy related functions in extra source files"; moved icy_server.c from HAVE_CURL to ENABLE_HTTPD_OUTPUT; removed an unused variable]
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 351ad5d64..f552a820a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,6 +75,7 @@ mpd_headers = \
src/input/curl_input_plugin.h \
src/input/lastfm_input_plugin.h \
src/input/mms_input_plugin.h \
+ src/icy_server.h \
src/icy_metadata.h \
src/client.h \
src/listen.h \
@@ -537,6 +538,7 @@ endif
if ENABLE_HTTPD_OUTPUT
OUTPUT_SRC += \
+ src/icy_server.c \
src/output/httpd_client.c \
src/output/httpd_output_plugin.c
endif