[master] Removed dummy_inflate.c and uncompr.c from contrib/pngminim/encoder

This commit is contained in:
Glenn Randers-Pehrson
2010-04-29 09:25:00 -05:00
parent 97313e0aab
commit 9110473f93
5 changed files with 4 additions and 32 deletions

View File

@@ -15,8 +15,7 @@ L=.a
E=
ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
dummy_inflate$(O) \
trees$(O) uncompr$(O) zutil$(O)
trees$(O) zutil$(O)
OBJS = pnm2pngm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
pngset$(O) pngtrans$(O) pngwio$(O) pngwrite$(O) \