aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 17:18:48 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 17:18:48 +0100
commit01dd540d7ea062d08c5c6000422dbba197511efc (patch)
tree17f30dd6a3de1cbde161b50a5a7da54fd3a6ace2 /Makefile.am
parent814208063300d9791d1695e1dbbd784ec5818280 (diff)
decoder_list: 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 4b2d8d75..482e3892 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,6 @@ mpd_headers = \
src/gerror.h \
src/glib_compat.h \
src/gcc.h \
- src/decoder_list.h \
src/decoder/pcm_decoder_plugin.h \
src/input_stream.h \
src/text_input_stream.h \
@@ -465,7 +464,7 @@ libdecoder_plugins_a_SOURCES = \
src/decoder/dsdlib.h \
src/decoder_buffer.c \
src/decoder_plugin.c \
- src/decoder_list.c
+ src/DecoderList.cxx src/DecoderList.hxx
libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \
$(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \