aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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 cc7a9c294..cb3539021 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,7 +64,6 @@ mpd_headers = \
src/decoder_api.h \
src/decoder_plugin.h \
src/encoder_plugin.h \
- src/encoder_list.h \
src/encoder_api.h \
src/fd_util.h \
src/gerror.h \
@@ -633,7 +632,7 @@ ENCODER_LIBS = \
libencoder_plugins_a_SOURCES = \
src/encoder/OggStream.hxx \
src/encoder/null_encoder.c \
- src/encoder_list.c
+ src/EncoderList.cxx src/EncoderList.hxx
if ENABLE_WAVE_ENCODER
libencoder_plugins_a_SOURCES += src/encoder/wave_encoder.c