]> git.sesse.net Git - vlc/blobdiff - Makefile.am
Zip: change path to the library in the buildsystem
[vlc] / Makefile.am
index 1ed65f28d1926cd81fc7b90a8c9950f496f1a785..33dc7ef85f252e22b59251e135b249c47f2e6ecc 100644 (file)
@@ -9,7 +9,7 @@
 #  - libs/* are needed by modules
 BASE_SUBDIRS = po src bin modules share doc test
 EXTRA_SUBDIRS = m4 extras/package/ipkg \
-       libs/loader libs/srtp \
+       libs/loader libs/srtp libs/unzip \
        projects/mozilla projects/activex
 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
 
@@ -20,6 +20,9 @@ endif
 if HAVE_LIBGCRYPT
 SUBDIRS += libs/srtp
 endif
+if HAVE_ZLIB
+SUBDIRS += libs/unzip
+endif
 if BUILD_VLC
 SUBDIRS += bin
 endif