aboutsummaryrefslogtreecommitdiffstats
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-01-21 05:25:29 +0000
committerWerner Koch <[email protected]>1999-01-21 05:25:29 +0000
commit9ef0f26270cb4c21686b69f34cb8768cb7a22e5d (patch)
tree976c623aa7666cd3578725dbb600efc971a40e7f /zlib/Makefile.am
parentSee ChangeLog: Wed Jan 20 18:59:49 CET 1999 Werner Koch (diff)
downloadgnupg-0-9-2.tar.gz
gnupg-0-9-2.zip
See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner KochV0-9-2
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 2f2f65a29..91610af4d 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -5,7 +5,7 @@
CFLAGS = -O -Wall
-EXTRA_DIST = README algorithm.doc ChangeLog example.c
+EXTRA_DIST = README algorithm.doc ChangeLog
# I found no other easy way to use this only if zlib is neede
# doing this with SUBDIR = @xxx@ in the top Makefile.am does not
@@ -15,15 +15,16 @@ noinst_LIBRARIES = libzlib.a
endif
-libzlib_a_SOURCES = adler32.c compress.c crc32.c gzio.c \
+libzlib_a_SOURCES = adler32.c compress.c crc32.c \
uncompr.c deflate.c trees.c zutil.c \
inflate.c infblock.c inftrees.c \
infcodes.c infutil.c inffast.c \
- zlib.h zconf.h deflate.h infblock.h \
- infcodes.h inffast.h inftrees.h infutil.h zutil.h
+ deflate.h infblock.h infcodes.h inffast.h \
+ inffixed.h inftrees.h infutil.h trees.h \
+ zconf.h zlib.h zutil.h
-CLEANFILES = example foo.gz
+CLEANFILES = foo.gz