summaryrefslogtreecommitdiff
path: root/scripts/makefile.freebsd
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-03-08 21:10:25 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-03-08 21:10:25 -0600
commitc3cd22b40434c70a55316b91d57c35af9c34a041 (patch)
tree378ac0f2de57f9f06f2635b826495addfe583f85 /scripts/makefile.freebsd
parentb709c4aedce610f70f934abe7d85fbe888d6b4e8 (diff)
downloadlibpng-c3cd22b40434c70a55316b91d57c35af9c34a041.tar.gz
[devel] Moved "#include png.h" inside pngpriv.h and removed "#include png.h"
from the source files, along with "#define PNG_EXPOSE_INTERNAL_STRUCTURES" and "#define PNG_NO_PEDANTIC_WARNINGS" (John Bowler). Also created new pngdebug.h and moved debug definitions there.
Diffstat (limited to 'scripts/makefile.freebsd')
-rw-r--r--scripts/makefile.freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.freebsd b/scripts/makefile.freebsd
index b7d38dac7..888b7c861 100644
--- a/scripts/makefile.freebsd
+++ b/scripts/makefile.freebsd
@@ -17,7 +17,7 @@ NOOBJ= YES
# where make install puts libpng.a and png.h
DESTDIR= ${PREFIX}
LIBDIR= /lib
-INCS= png.h pngconf.h pngpriv.h pngstruct.h pnginfo.h
+INCS= png.h pngconf.h pngpriv.h pngstruct.h pnginfo.h pngdebug.h
INCSDIR= /include/libpng
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
MAN= libpng.3 libpngpf.3 png.5