[master] Revised Makefile.am and Makefile.in to make libpng.so.14,

libpng.sl.14, and libpng.14.dylib links in the installed library directory.
This commit is contained in:
Glenn Randers-Pehrson
2010-01-06 14:16:49 -06:00
parent 2203e41900
commit fab96cb72a
4 changed files with 9 additions and 5 deletions

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 sl dylib; do\
for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
rm -f libpng.$$ext;\
if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\