[master] Undid recent change to the Makefiles.

People don't need libpng.so.NN
This commit is contained in:
Glenn Randers-Pehrson 2010-01-06 17:39:57 -06:00
parent 353d8860ac
commit 2f2f80273b
4 changed files with 6 additions and 10 deletions

View File

@ -31,10 +31,8 @@ version 1.4.1beta01 [January 6, 2010]
unclosed if-statement warning (Philip Lowman).
Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
KNOWNBUG, and libpng.la (Robert Schwebel).
Revised Makefile.am and Makefile.in to make libpng.so.14, libpng.sl.14,
and libpng.14.dylib links in the installed library directory.
Revised scripts/makefile.linux to make the same files as configure,
except for libpng.la and libpng14.la.
Revised scripts/makefile.linux to install the same files and symbolic
links as configure, except for libpng.la and libpng14.la.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -2463,10 +2463,8 @@ version 1.4.1beta01 [January 6, 2010]
unclosed if-statement warning (Philip Lowman).
Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
KNOWNBUG, and libpng.la (Robert Schwebel).
Revised Makefile.am and Makefile.in to make libpng.so.14, libpng.sl.14,
and libpng.14.dylib links in the installed library directory.
Revised scripts/makefile.linux to make the same files as configure,
except for libpng.la and libpng14.la.
Revised scripts/makefile.linux to install the same files and symbolic
links as configure, except for libpng.la and libpng14.la.
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -127,7 +127,7 @@ install-exec-hook:
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
@set -x;\
cd $(DESTDIR)$(libdir);\
for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
for ext in a la so sl dylib; do\
rm -f libpng.$$ext;\
if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\

View File

@ -1238,7 +1238,7 @@ install-exec-hook:
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
@set -x;\
cd $(DESTDIR)$(libdir);\
for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
for ext in a la so sl dylib; do\
rm -f libpng.$$ext;\
if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\