aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2ec4c9ccc..9d3529827 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -348,6 +348,10 @@ endif
if ENABLE_ENCODER
mpd_SOURCES += encoder_list.c
+
+if ENABLE_VORBIS_ENCODER
+mpd_SOURCES += encoder/vorbis_encoder.c
+endif
endif