summaryrefslogtreecommitdiff
path: root/contrib/pngminim/encoder/makefile
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-29 08:40:24 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-04-29 08:40:24 -0500
commita0b0d8b9db1ea9f0ef3b090ca8c3ea5ac3034c51 (patch)
treed552c81ab1cb92777f5bf8a04af44457ce955282 /contrib/pngminim/encoder/makefile
parentf10fa3c9f4002f2d592a8930e1783283509961fd (diff)
downloadlibpng-a0b0d8b9db1ea9f0ef3b090ca8c3ea5ac3034c51.tar.gz
[devel] Removed dummy_inflate.c from contrib/pngminim/encoder
Diffstat (limited to 'contrib/pngminim/encoder/makefile')
-rw-r--r--contrib/pngminim/encoder/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pngminim/encoder/makefile b/contrib/pngminim/encoder/makefile
index a742e561e..6574308cd 100644
--- a/contrib/pngminim/encoder/makefile
+++ b/contrib/pngminim/encoder/makefile
@@ -42,7 +42,6 @@ ZHDRS = $(ZH) $(ZCONF)
# code because deflate defines an unused API function deflateBound
# which itself calls compressBound from compress.
ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
- dummy_inflate$(O) \
trees$(O) zutil$(O)
# libpng