diff options
author | Max Kellermann <max@duempel.org> | 2009-12-15 20:29:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-15 20:29:44 +0100 |
commit | c959148ed1aae9b31a649a08f5dd8a51ef128942 (patch) | |
tree | a7b678b2a5989cd2499cf203eb1c3342554436c4 /Makefile.am | |
parent | 530e480748854f43819c3dd1dbe6418c343b4f64 (diff) | |
download | mpd-c959148ed1aae9b31a649a08f5dd8a51ef128942.tar.gz mpd-c959148ed1aae9b31a649a08f5dd8a51ef128942.tar.xz mpd-c959148ed1aae9b31a649a08f5dd8a51ef128942.zip |
archive/zip: renamed plugin to "zzip"
This plugin is based on libzzip.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |