summaryrefslogtreecommitdiff
path: root/zlib/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-03-08 21:47:46 +0000
committerjbj <devnull@localhost>2003-03-08 21:47:46 +0000
commit363bdbfa512829c536cad4dc10d2ad8b3c77772d (patch)
tree405fda4dde3aa5419addacc2f4784fb62437eeef /zlib/Makefile.am
parent1dac41397f9e8176d1b1afbb320af659ebefbf1f (diff)
downloadrpm-363bdbfa512829c536cad4dc10d2ad8b3c77772d.tar.gz
Update to infnew-7 patch.
CVS patchset: 6664 CVS date: 2003/03/08 21:47:46
Diffstat (limited to 'zlib/Makefile.am')
-rw-r--r--zlib/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 3cd75f1fb..bdc02536c 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -6,16 +6,15 @@ EXTRA_DIST = algorithm.txt ChangeLog Doxyfile FAQ INDEX README \
zlib.3 zlib.spec \
amiga/* contrib/* msdos/* nt/* os2/*
-# crc32.h
noinst_HEADERS = \
- deflate.h infblock.h infcodes.h inffast.h inffixed.h \
- inftrees.h infutil.h trees.h zconf.h zlib.h zutil.h
+ crc32.h deflate.h inffast.h inffixed.h inflate.h \
+ inftrees.h trees.h zconf.h zlib.h zutil.h
noinst_LTLIBRARIES = libz.la
libz_la_SOURCES = \
adler32.c compress.c crc32.c deflate.c gzio.c \
- infblock.c infcodes.c inffast.c inflate.c inftrees.c infutil.c \
+ infback.c inffast.c inflate.c inftrees.c \
trees.c uncompr.c zutil.c
noinst_PROGRAMS = example minigzip