2009-09-10 04:22:13 +02:00
|
|
|
if WITH_SHIPPED_ZLIB
|
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
|
|
|
|
2009-09-10 04:22:13 +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
|
2005-08-17 02:24:41 +02:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
2009-09-10 04:22:13 +02:00
|
|
|
crc32.h \
|
|
|
|
deflate.h \
|
|
|
|
inffast.h \
|
|
|
|
inffixed.h \
|
|
|
|
inflate.h \
|
|
|
|
inftrees.h \
|
|
|
|
trees.h \
|
|
|
|
zconf.h \
|
|
|
|
zlib.h \
|
|
|
|
zutil.h
|