Imported from libpng-1.2.13rc1.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-11-07 20:09:46 -06:00
parent 0ff85c6923
commit 2e3980e1de
47 changed files with 138 additions and 1041 deletions

View File

@@ -125,7 +125,9 @@ install-exec-hook:
cd $(DESTDIR)$(libdir);\
for ext in a la so; do\
rm -f libpng.$$ext;\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
if test -f $(PNGLIB_BASENAME).$$ext; then\
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
fi;\
done
uninstall-hook: