[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

@@ -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;\