aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 22:45:10 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 22:45:10 +0200
commitabaabe92d6485043fd1a5705818b3d4c74a4b08f (patch)
treef146451ba9b012ca152e85cdd348ff374d2bfc45 /Makefile.am
parent257b42b87f8a8ddb50618c43da7b58c50c68779f (diff)
downloadmpd-abaabe92d6485043fd1a5705818b3d4c74a4b08f.tar.gz
mpd-abaabe92d6485043fd1a5705818b3d4c74a4b08f.tar.xz
mpd-abaabe92d6485043fd1a5705818b3d4c74a4b08f.zip
decoder_buffer: 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 8a78aa857..c0121dd00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,7 +60,6 @@ mpd_headers = \
src/conf.h \
src/decoder_plugin.h \
src/decoder_command.h \
- src/decoder_buffer.h \
src/decoder_api.h \
src/decoder_plugin.h \
src/encoder_plugin.h \
@@ -455,7 +454,7 @@ libdecoder_plugins_a_SOURCES = \
src/decoder/dsf_decoder_plugin.h \
src/decoder/dsdlib.c \
src/decoder/dsdlib.h \
- src/decoder_buffer.c \
+ src/DecoderBuffer.cxx src/DecoderBuffer.hxx \
src/DecoderPlugin.cxx \
src/DecoderList.cxx src/DecoderList.hxx
libdecoder_plugins_a_CPPFLAGS = $(AM_CPPFLAGS) \