summaryrefslogtreecommitdiff
path: root/scripts/makefile.linux
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.linux
parente890cb118c4a681c2b4af095a363fc9e50eb180a (diff)
downloadlibpng-20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c.tar.gz
[master] Added deprectated-use reporting
ported from libpng-1.4.0
Diffstat (limited to 'scripts/makefile.linux')
-rw-r--r--scripts/makefile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.linux b/scripts/makefile.linux
index ee031f781..c193f9b3f 100644
--- a/scripts/makefile.linux
+++ b/scripts/makefile.linux
@@ -2,7 +2,7 @@
# Copyright (C) 1998, 1999, 2002, 2006, 2008 Greg Roelofs and
# Glenn Randers-Pehrson
# Copyright (C) 1996, 1997 Andreas Dilger
-
+#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
@@ -51,7 +51,7 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
# for pgcc version 2.95.1, -O3 is buggy; don't use it.
-CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
+CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
$(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm