aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-30 08:43:19 +0200
committerMax Kellermann <max@duempel.org>2013-07-30 08:43:19 +0200
commitdac740ee17aaaa368a9562db30bb687d700dbe1c (patch)
tree0dcbcc20553f99df454f30a3fca6b26ca19e5494 /Makefile.am
parent28030d7edbedcb3615c451a3d186e133ebeaeee1 (diff)
downloadmpd-dac740ee17aaaa368a9562db30bb687d700dbe1c.tar.gz
mpd-dac740ee17aaaa368a9562db30bb687d700dbe1c.tar.xz
mpd-dac740ee17aaaa368a9562db30bb687d700dbe1c.zip
encoder/null: 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 854a147e1..20a631ab0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -640,7 +640,7 @@ ENCODER_LIBS = \
libencoder_plugins_a_SOURCES = \
src/encoder/OggStream.hxx \
- src/encoder/null_encoder.c \
+ src/encoder/NullEncoderPlugin.cxx src/encoder/NullEncoderPlugin.hxx \
src/EncoderList.cxx src/EncoderList.hxx
if ENABLE_WAVE_ENCODER