Adam Tkac | a6d64cb | 2008-03-27 18:13:28 +0000 | [diff] [blame] | 1 | noinst_LTLIBRARIES = libz.la |
2 | |||||
Adam Tkac | 2bcfb6d | 2008-06-18 15:29:19 +0000 | [diff] [blame] | 3 | HDRS = deflate.h infblock.h infcodes.h inffast.h inffixed.h inftrees.h \ |
4 | infutil.h trees.h zconf.h zlib.h zutil.h | ||||
5 | |||||
DRC | c48fa19 | 2010-10-26 19:32:25 +0000 | [diff] [blame^] | 6 | libz_la_SOURCES = $(HDRS) adler32.c compress.c crc32.c deflate.c gzclose.c \ |
7 | gzlib.c gzread.c gzwrite.c inflate.c infback.c inftrees.c inffast.c \ | ||||
8 | trees.c uncompr.c zutil.c |