summaryrefslogtreecommitdiff
path: root/scripts/makefile.dj2
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.dj2')
-rw-r--r--scripts/makefile.dj22
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.dj2 b/scripts/makefile.dj2
index b8457ee49..f37ec964d 100644
--- a/scripts/makefile.dj2
+++ b/scripts/makefile.dj2
@@ -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