summaryrefslogtreecommitdiff
path: root/scripts/makefile.dj2
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-08 19:18:45 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-08 19:18:45 -0600
commit20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c (patch)
tree05760d206cb2cf66e15204658a5bef26fc0004c7 /scripts/makefile.dj2
parente890cb118c4a681c2b4af095a363fc9e50eb180a (diff)
downloadlibpng-20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c.tar.gz
[master] Added deprectated-use reporting
ported from libpng-1.4.0
Diffstat (limited to 'scripts/makefile.dj2')
-rw-r--r--scripts/makefile.dj24
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.dj2 b/scripts/makefile.dj2
index 28821a4ac..f37ec964d 100644
--- a/scripts/makefile.dj2
+++ b/scripts/makefile.dj2
@@ -1,7 +1,7 @@
# DJGPP (DOS gcc) makefile for libpng
# Copyright (C) 2002, 2006, 2009 Glenn Randers-Pehrson
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
-
+#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
@@ -13,7 +13,7 @@ INCPATH=$(prefix)/include
LIBPATH=$(prefix)/lib
CC=gcc
-CFLAGS=-I../zlib -O
+CFLAGS=-DPNG_CONFIGURE_LIBPNG -I../zlib -O
LDFLAGS=-L. -L../zlib/ -lpng -lz -lm
RANLIB=ranlib