summaryrefslogtreecommitdiff
path: root/scripts/makefile.dec
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-08 15:40:53 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-08 15:40:53 -0600
commit3c6df196b53c6e8fab427d9d41768d21ffb32ae9 (patch)
tree42c92dd501bfa3a281e3dae00f95245760b503de /scripts/makefile.dec
parent0014f3de5514545016bd53bd0f8e706b3df4120e (diff)
downloadlibpng-3c6df196b53c6e8fab427d9d41768d21ffb32ae9.tar.gz
[devel] Updated configure script to use SO number 15.
Diffstat (limited to 'scripts/makefile.dec')
-rw-r--r--scripts/makefile.dec8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/makefile.dec b/scripts/makefile.dec
index 310e3390d..40d442197 100644
--- a/scripts/makefile.dec
+++ b/scripts/makefile.dec
@@ -7,8 +7,8 @@
# and license in png.h
# Library name:
-PNGMAJ = 14
-LIBNAME = libpng14
+PNGMAJ = 15
+LIBNAME = libpng15
# Shared library names:
LIBSO=$(LIBNAME).so
@@ -71,7 +71,7 @@ libpng.pc:
-e s!@exec_prefix@!$(exec_prefix)! \
-e s!@libdir@!$(LIBPATH)! \
-e s!@includedir@!$(INCPATH)! \
- -e s!-lpng14!-lpng14\ -lz\ -lm! > libpng.pc
+ -e s!-lpng15!-lpng15\ -lz\ -lm! > libpng.pc
libpng-config:
( cat scripts/libpng-config-head.in; \
@@ -79,7 +79,7 @@ libpng-config:
echo I_opts=\"-I$(INCPATH)/$(LIBNAME)\"; \
echo ccopts=\"-std\"; \
echo L_opts=\"-L$(LIBPATH)\"; \
- echo libs=\"-lpng14 -lz -lm\"; \
+ echo libs=\"-lpng15 -lz -lm\"; \
cat scripts/libpng-config-body.in ) > libpng-config
chmod +x libpng-config