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 3408ef723..0ec95ee82 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -183,6 +183,10 @@ if HAVE_ZIP
mpd_SOURCES += archive/zip_plugin.c
endif
+if HAVE_ISO
+mpd_SOURCES += archive/iso_plugin.c
+endif
+
# decoder plugins
if HAVE_MAD