[master] Added "-DPNG_CONFIGURE_LIBPNG" to the contrib/pngminum makefiles.

This commit is contained in:
Glenn Randers-Pehrson
2009-11-09 11:20:01 -06:00
parent 7aacd895ee
commit 08e585d948
5 changed files with 5 additions and 3 deletions

View File

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