Adding files to setup autotools.
Minor spelling fix in manual.html.
This commit is contained in:
10
zlib/Makefile.am
Normal file
10
zlib/Makefile.am
Normal 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
|
Reference in New Issue
Block a user