Adam Tkac | a6d64cb | 2008-03-27 18:13:28 +0000 | [diff] [blame^] | 1 | noinst_LTLIBRARIES = libz.la |
2 | |||||
3 | libz_la_SOURCES = adler32.c compress.c crc32.c deflate.c deflate.h example.c \ | ||||
4 | gzio.c infblock.c infblock.h infcodes.c infcodes.h inffast.c \ | ||||
5 | inffast.h inffixed.h inflate.c inftrees.c inftrees.h infutil.c \ | ||||
6 | infutil.h maketree.c minigzip.c trees.c trees.h uncompr.c zconf.h \ | ||||
7 | zlib.h zutil.c zutil.h |