From bd97586cc48431ebb3e5be7cdfcae435458dc508 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 16 Dec 2009 16:06:16 +0100 Subject: archive/iso: renamed plugin to "iso9660" Based on libiso9660. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3