diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 19:18:45 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-08 19:18:45 -0600 |
commit | 20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c (patch) | |
tree | 05760d206cb2cf66e15204658a5bef26fc0004c7 /scripts/makefile.aix | |
parent | e890cb118c4a681c2b4af095a363fc9e50eb180a (diff) | |
download | libpng-20e82ae2a2cb2ab0797b1405b2da7cb7b9a4be0c.tar.gz |
[master] Added deprectated-use reporting
ported from libpng-1.4.0
Diffstat (limited to 'scripts/makefile.aix')
-rw-r--r-- | scripts/makefile.aix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.aix b/scripts/makefile.aix index a63bb4c26..5533cccab 100644 --- a/scripts/makefile.aix +++ b/scripts/makefile.aix @@ -3,7 +3,7 @@ # Copyright (C) 2000 Cosmin Truta # Copyright (C) 2000 Marc O. Gloor (AIX support added, from makefile.gcc) # 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 @@ -48,7 +48,7 @@ LDDEBUG = CRELEASE = -O2 LDRELEASE = -s WARNMORE=-W -Wall -CFLAGS = -I$(ZLIBINC) $(WARNMORE) $(CRELEASE) +CFLAGS = -DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) $(WARNMORE) $(CRELEASE) LDFLAGS = -L. -L$(ZLIBLIB) -lpng12 -lz -lm $(LDRELEASE) # File extensions |