From ddcf0a407876ef886ca8634daa223c6f27c236dc Mon Sep 17 00:00:00 2001 From: Viliam Mateicka Date: Tue, 16 Dec 2008 21:46:11 +0100 Subject: archiveapi: archive plugin for ZIP files --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e694f3325..3408ef723 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -179,6 +179,9 @@ if HAVE_BZ2 mpd_SOURCES += archive/bz2_plugin.c endif +if HAVE_ZIP +mpd_SOURCES += archive/zip_plugin.c +endif # decoder plugins -- cgit v1.2.3