Adding files to setup autotools.

Minor spelling fix in manual.html.
This commit is contained in:
peerkoel
2005-08-17 00:24:41 +00:00
parent 6d8068e5d5
commit 77956fb5a6
13 changed files with 628 additions and 1 deletions

10
zlib/Makefile.am Normal file
View File

@@ -0,0 +1,10 @@
noinst_LTLIBRARIES = libzlib.la
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
noinst_HEADERS = \
crc32.h deflate.h inffast.h \
inffixed.h inflate.h inftrees.h \
trees.h zconf.h zlib.h zutil.h