automake build system fix: make dist always creates same dist regardless of configure parameters, test/Makefile.am made more clear

This commit is contained in:
roman_rybalko
2008-09-02 11:14:10 +00:00
parent c88071ae10
commit f9f7b689a3
5 changed files with 49 additions and 82 deletions

View File

@@ -1,4 +1,7 @@
if ENABLE_SHIPPED_ZLIB
# no indent here! - BSD make issue
noinst_LTLIBRARIES = libzlib.la
endif
libzlib_la_SOURCES = adler32.c compress.c crc32.c deflate.c \
gzio.c infback.c inffast.c inflate.c \