aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d352982..03785d97 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -352,6 +352,10 @@ mpd_SOURCES += encoder_list.c
if ENABLE_VORBIS_ENCODER
mpd_SOURCES += encoder/vorbis_encoder.c
endif
+
+if ENABLE_LAME_ENCODER
+mpd_SOURCES += encoder/lame_encoder.c
+endif
endif