[master] Removed leftover "-DPNG_CONFIGURE_LIBPNG"

from contrib/pngminim/*/makefile
This commit is contained in:
Glenn Randers-Pehrson
2009-12-11 07:26:31 -06:00
parent 1a15762c59
commit f174f27096
5 changed files with 7 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ XLIB = -L/usr/X11R6/lib -lX11
#LIBS = $(XLIB)
LIBS = $(XLIB) -lm #platforms that need libm
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
CFLAGS=-DPNG_USER_CONFIG -DNO_GZCOMPRESS -DNO_GZIP \
-DdeflateParams\(a,b,c\)=Z_OK -I. $(XINC) -O1
C=.c