aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 22:33:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 22:33:16 +0100
commit85074f5ac6c1b912e1ac21d552e6fd524d29b39d (patch)
tree1497f5d400d96ee64f89cedc4bac162581df1122 /Makefile.am
parent12a8ed39d43a251754cff2688de5f2524e4aaf0e (diff)
downloadmpd-85074f5ac6c1b912e1ac21d552e6fd524d29b39d.tar.gz
mpd-85074f5ac6c1b912e1ac21d552e6fd524d29b39d.tar.xz
mpd-85074f5ac6c1b912e1ac21d552e6fd524d29b39d.zip
icy_metadata: 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 e38e9ee70..fe922a6af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,7 +88,6 @@ mpd_headers = \
src/despotify_utils.h \
src/text_input_stream.h \
src/icy_server.h \
- src/icy_metadata.h \
src/server_socket.h \
src/ls.h \
src/mixer_api.h \
@@ -733,7 +732,7 @@ INPUT_LIBS = \
if ENABLE_CURL
libinput_a_SOURCES += \
src/input/CurlInputPlugin.cxx src/input/CurlInputPlugin.hxx \
- src/icy_metadata.c
+ src/IcyMetaDataParser.cxx src/IcyMetaDataParser.hxx
endif
if ENABLE_SOUP