2008-09-02 13:14:10 +02:00
|
|
|
if ENABLE_SHIPPED_ZLIB
|
|
|
|
# no indent here! - BSD make issue
|
2005-08-17 02:24:41 +02:00
|
|
|
noinst_LTLIBRARIES = libzlib.la
|
2008-09-02 13:14:10 +02:00
|
|
|
endif
|
2005-08-17 02:24:41 +02:00
|
|
|
|
|
|
|
libzlib_la_SOURCES = adler32.c compress.c crc32.c deflate.c \
|
|
|
|
gzio.c infback.c inffast.c inflate.c \
|
|
|
|
inftrees.c trees.c uncompr.c zutil.c
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
crc32.h deflate.h inffast.h \
|
|
|
|
inffixed.h inflate.h inftrees.h \
|
|
|
|
trees.h zconf.h zlib.h zutil.h
|