aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 09:08:50 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 09:17:03 +0100
commit718fd97612c298b7eac47289c1803a2a19d9a859 (patch)
tree7452de134e5bf8cf9d7c529dcc829b24f3dcd3aa /Makefile.am
parentf8ff45b212c0c666d676dba9df0936a3bf6e98a5 (diff)
icy_server: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3a1c72a9..c14ff2ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -81,7 +81,6 @@ mpd_headers = \
src/decoder/pcm_decoder_plugin.h \
src/input_stream.h \
src/text_input_stream.h \
- src/icy_server.h \
src/ls.h \
src/mixer_api.h \
src/mixer_control.h \
@@ -889,7 +888,7 @@ endif
if ENABLE_HTTPD_OUTPUT
liboutput_plugins_a_SOURCES += \
- src/icy_server.c \
+ src/IcyMetaDataServer.cxx src/IcyMetaDataServer.hxx \
src/output/HttpdInternal.hxx \
src/output/HttpdClient.cxx src/output/HttpdClient.hxx \
src/output/HttpdOutputPlugin.cxx src/output/HttpdOutputPlugin.hxx