summaryrefslogtreecommitdiffstats
path: root/common/zlib/Makefile.am
blob: 5da5a6ef71bab72f93ce53d59f6f25665acbd7a7 (plain)
1
2
3
4
5
6
7
noinst_LTLIBRARIES = libz.la

libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h example.c \
	gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c \
	inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c \
	infutil.h maketree.c minigzip.c trees.c trees.h uncompr.c zconf.h \
	zlib.h zutil.c zutil.h