From c959148ed1aae9b31a649a08f5dd8a51ef128942 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Dec 2009 20:29:44 +0100 Subject: archive/zip: renamed plugin to "zzip" This plugin is based on libzzip. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3fc94c8a5..c7e7b479e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -354,8 +354,8 @@ if HAVE_BZ2 ARCHIVE_SRC += src/archive/bz2_plugin.c endif -if HAVE_ZIP -ARCHIVE_SRC += src/archive/zip_plugin.c +if HAVE_ZZIP +ARCHIVE_SRC += src/archive/zzip_archive_plugin.c endif if HAVE_ISO -- cgit v1.2.3