diff options
Diffstat (limited to 'common/zlib/Makefile.am')
-rw-r--r-- | common/zlib/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common/zlib/Makefile.am b/common/zlib/Makefile.am deleted file mode 100644 index 5da5a6ef..00000000 --- a/common/zlib/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -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 |