1 # Makefile to build the unzip library files
3 # By Jean-Philippe André <jpeg@videolan.org>
6 # All other files in this directory (and subdirectories) are copyrighted
7 # by their respective owner(s).
10 noinst_LTLIBRARIES = libunzip.la
12 noinst_HEADERS = unzip.h crypt.h ioapi.h
14 libunzip_la_SOURCES = unzip.c ioapi.c
15 libunzip_la_LIBADD = -lz