aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-16 16:06:16 +0100
committerMax Kellermann <max@duempel.org>2009-12-16 15:55:37 +0100
commitbd97586cc48431ebb3e5be7cdfcae435458dc508 (patch)
treed5f03238a3015631c2e28236b6d7ac8af7fdf92a /Makefile.am
parentc3e0fbd9e4d05a751fb8b32a3524cfa9c95c1994 (diff)
downloadmpd-bd97586cc48431ebb3e5be7cdfcae435458dc508.tar.gz
mpd-bd97586cc48431ebb3e5be7cdfcae435458dc508.tar.xz
mpd-bd97586cc48431ebb3e5be7cdfcae435458dc508.zip
archive/iso: renamed plugin to "iso9660"
Based on libiso9660.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ca592979f..4bcd1154e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -358,8 +358,8 @@ if HAVE_ZZIP
ARCHIVE_SRC += src/archive/zzip_archive_plugin.c
endif
-if HAVE_ISO
-ARCHIVE_SRC += src/archive/iso_plugin.c
+if HAVE_ISO9660
+ARCHIVE_SRC += src/archive/iso9660_archive_plugin.c
endif
if ENABLE_ARCHIVE