[legacy] Removed unused gzio.c from contrib/pngminim gather and makefile

scripts.  This is necessary when libz is upgraded to version 1.2.4
This commit is contained in:
Glenn Randers-Pehrson
2010-02-21 23:14:03 -06:00
parent 17e8ca3df0
commit 3159d9be71
8 changed files with 16 additions and 10 deletions

View File

@@ -6,4 +6,4 @@ rm example.c pngtest.c pngpread.c pngw*.c
# change the following 2 lines if zlib is somewhere else
cp ../../../../zlib/*.h .
cp ../../../../zlib/*.c .
rm minigzip.c example.c compress.c deflate.c
rm minigzip.c example.c compress.c deflate.c gz*

View File

@@ -15,7 +15,7 @@ O=.o
L=.a
E=
ZOBJS = adler32$(O) crc32$(O) gzio$(O) \
ZOBJS = adler32$(O) crc32$(O) \
infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
trees$(O) uncompr$(O) zutil$(O)