summaryrefslogtreecommitdiff
path: root/scripts/makefile.dec
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-25 16:04:13 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-27 15:47:49 -0600
commit5aa86761229970a25ab674748d6fbddd9e08c5a9 (patch)
tree75cd1ee5d81af584b5c6195dc6dd3904f926bd79 /scripts/makefile.dec
parentea88d94dcf474623fb858986adccf90513bbea9c (diff)
downloadlibpng-5aa86761229970a25ab674748d6fbddd9e08c5a9.tar.gz
[master] Bump to version 1.2.41rc04
Diffstat (limited to 'scripts/makefile.dec')
-rw-r--r--scripts/makefile.dec4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.dec b/scripts/makefile.dec
index 045851cde..9b1fe890f 100644
--- a/scripts/makefile.dec
+++ b/scripts/makefile.dec
@@ -8,7 +8,7 @@
# Library name:
PNGMAJ = 0
-PNGMIN = 1.2.41rc03
+PNGMIN = 1.2.41rc04
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng12
@@ -57,7 +57,7 @@ DM=$(DESTDIR)$(MANPATH)
ZLIBLIB=../zlib
ZLIBINC=../zlib
-CFLAGS=-DPNG_CONFIGURE_LIBPNG -std -w1 -I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
+CFLAGS=-std -w1 -I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
LDFLAGS=-L$(ZLIBLIB) -rpath $(ZLIBLIB) libpng.a -lz -lm
OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \