diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/pngminim/decoder/gather.sh | 2 | ||||
-rw-r--r-- | contrib/pngminim/decoder/makefile | 2 | ||||
-rwxr-xr-x | contrib/pngminim/encoder/gather.sh | 2 | ||||
-rw-r--r-- | contrib/pngminim/encoder/makefile | 2 | ||||
-rwxr-xr-x | contrib/pngminim/preader/gather.sh | 2 | ||||
-rw-r--r-- | contrib/pngminim/preader/makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/contrib/pngminim/decoder/gather.sh b/contrib/pngminim/decoder/gather.sh index 0d0543e4b..913b78deb 100755 --- a/contrib/pngminim/decoder/gather.sh +++ b/contrib/pngminim/decoder/gather.sh @@ -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* diff --git a/contrib/pngminim/decoder/makefile b/contrib/pngminim/decoder/makefile index 27e04cbde..4c738396b 100644 --- a/contrib/pngminim/decoder/makefile +++ b/contrib/pngminim/decoder/makefile @@ -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) diff --git a/contrib/pngminim/encoder/gather.sh b/contrib/pngminim/encoder/gather.sh index 23d7d6195..61d0b13ef 100755 --- a/contrib/pngminim/encoder/gather.sh +++ b/contrib/pngminim/encoder/gather.sh @@ -7,4 +7,4 @@ rm example.c pngtest.c pngr*.c pngpread.c cp ../../../../zlib/*.h . cp ../../../../zlib/*.c . rm inf*.[ch] -rm minigzip.c example.c +rm minigzip.c example.c gz* diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile index 1182b5b23..dfde950ec 100644 --- a/contrib/pngminim/encoder/makefile +++ b/contrib/pngminim/encoder/makefile @@ -14,7 +14,7 @@ O=.o L=.a E= -ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) gzio$(O) \ +ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \ dummy_inflate$(O) \ trees$(O) uncompr$(O) zutil$(O) diff --git a/contrib/pngminim/preader/gather.sh b/contrib/pngminim/preader/gather.sh index fe115099e..357bb9a7d 100755 --- a/contrib/pngminim/preader/gather.sh +++ b/contrib/pngminim/preader/gather.sh @@ -7,4 +7,4 @@ rm example.c pngtest.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* diff --git a/contrib/pngminim/preader/makefile b/contrib/pngminim/preader/makefile index 74a17a38f..717978d5f 100644 --- a/contrib/pngminim/preader/makefile +++ b/contrib/pngminim/preader/makefile @@ -31,7 +31,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) |