[devel] Removed leftover "-DPNG_CONFIGURE_LIBPNG"

from contrib/pngminim/*/makefile
This commit is contained in:
Glenn Randers-Pehrson
2009-12-11 07:56:25 -06:00
parent f633e33632
commit 3da965ce4b
5 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ LD=$(CC)
RM=rm -f
CFLAGS=-DPNG_CONFIGURE_LIBPNG -DPNG_USER_CONFIG -DNO_GZIP -I. -O1
CFLAGS=-DPNG_USER_CONFIG -DNO_GZIP -I. -O1
C=.c
O=.o