]> git.sesse.net Git - vlc/blobdiff - libs/unzip/Makefile.am
Zip: change path to the library in the buildsystem
[vlc] / libs / unzip / Makefile.am
diff --git a/libs/unzip/Makefile.am b/libs/unzip/Makefile.am
new file mode 100644 (file)
index 0000000..3d7e252
--- /dev/null
@@ -0,0 +1,16 @@
+# Makefile to build the unzip library files
+#
+# By Jean-Philippe AndrĂ© <jpeg@videolan.org>
+# $Id$
+#
+# All other files in this directory (and subdirectories) are copyrighted
+# by their respective owner(s).
+#
+
+noinst_LTLIBRARIES = libunzip.la
+
+noinst_HEADERS = unzip.h crypt.h ioapi.h
+
+libunzip_la_SOURCES = unzip.c ioapi.c
+libunzip_la_LIBADD = -lz
+