]> git.sesse.net Git - vlc/blob - libs/unzip/Makefile.am
Zip: change path to the library in the buildsystem
[vlc] / libs / unzip / Makefile.am
1 # Makefile to build the unzip library files
2 #
3 # By Jean-Philippe AndrĂ© <jpeg@videolan.org>
4 # $Id$
5 #
6 # All other files in this directory (and subdirectories) are copyrighted
7 # by their respective owner(s).
8 #
9
10 noinst_LTLIBRARIES = libunzip.la
11
12 noinst_HEADERS = unzip.h crypt.h ioapi.h
13
14 libunzip_la_SOURCES = unzip.c ioapi.c
15 libunzip_la_LIBADD = -lz
16