aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-09 00:20:49 +0200
committerMax Kellermann <max@duempel.org>2013-04-09 00:20:49 +0200
commit6728b8c1a386d82ac15137f82d693559a0d51a8f (patch)
treea684a973ba0abd5e5fc3a28a9b842de0cec3e5b3 /Makefile.am
parent450c26c4713a2de440296260e8d0be8e6b283d75 (diff)
downloadmpd-6728b8c1a386d82ac15137f82d693559a0d51a8f.tar.gz
mpd-6728b8c1a386d82ac15137f82d693559a0d51a8f.tar.xz
mpd-6728b8c1a386d82ac15137f82d693559a0d51a8f.zip
decoder_plugin: convert to C++
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 84ca7e491..c4a2d1443 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -460,7 +460,7 @@ libdecoder_plugins_a_SOURCES = \
src/decoder/dsdlib.c \
src/decoder/dsdlib.h \
src/decoder_buffer.c \
- src/decoder_plugin.c \
+ src/DecoderPlugin.cxx \
src/DecoderList.cxx src/DecoderList.hxx
libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \
$(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \