aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 13:10:05 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:10:05 +0200
commit6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08 (patch)
treee9caa4738949a88fc736c37bb98f572a29ede31e /Makefile.am
parentf016a99f2447e68d19dcccc68ecc47d12ac32e5b (diff)
downloadmpd-6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08.tar.gz
mpd-6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08.tar.xz
mpd-6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08.zip
decoder/pcm: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 919da1be8..376ebe88c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,6 @@ mpd_headers = \
src/gerror.h \
src/glib_compat.h \
src/gcc.h \
- src/decoder/pcm_decoder_plugin.h \
src/input_stream.h \
src/TextInputStream.hxx \
src/ls.h \
@@ -447,7 +446,8 @@ endif
# decoder plugins
libdecoder_plugins_a_SOURCES = \
- src/decoder/pcm_decoder_plugin.c \
+ src/decoder/PcmDecoderPlugin.cxx \
+ src/decoder/PcmDecoderPlugin.hxx \
src/decoder/DsdiffDecoderPlugin.cxx \
src/decoder/DsdiffDecoderPlugin.hxx \
src/decoder/DsfDecoderPlugin.cxx \