summaryrefslogtreecommitdiff
path: root/scripts/makefile.sco
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 06:54:36 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-12-04 06:54:36 -0600
commitdf61a00acc20fc228f1bd78f60e9ffb60165592f (patch)
tree634d0441e5846f8a6a25bd458050f07c68121fae /scripts/makefile.sco
parent878fea540391512f3aaf0c7e582da8c70bd2a89b (diff)
downloadlibpng-df61a00acc20fc228f1bd78f60e9ffb60165592f.tar.gz
[master] Revised scripts/makefile.netbsd, makefile.openbsd, and makefile.sco
to put png.h and pngconf.h in $prefix/include, like the other scripts, instead of in $prefix/include/libpng.
Diffstat (limited to 'scripts/makefile.sco')
-rw-r--r--scripts/makefile.sco2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.sco b/scripts/makefile.sco
index 53205c0a3..b9ad5fb77 100644
--- a/scripts/makefile.sco
+++ b/scripts/makefile.sco
@@ -44,7 +44,7 @@ ZLIBINC=../zlib
CFLAGS= -dy -belf -I$(ZLIBINC) -O3 -DPNG_NO_MMX_CODE
LDFLAGS=-L. -L$(ZLIBLIB) -lpng12 -lz -lm
-INCPATH=$(prefix)/include/libpng
+INCPATH=$(prefix)/include
LIBPATH=$(exec_prefix)/lib
MANPATH=$(prefix)/man
BINPATH=$(exec_prefix)/bin