From: Yaakov Selkowitz <yselkow...@users.sourceforge.net> --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am index e53fd96..6fb3322 100644 --- a/Makefile.am +++ b/Makefile.am @@ -119,7 +119,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 s...@pnglib_major@@pnglib_mi...@.@PNGLIB_RELEASE@ sl dylib; do\ + for ext in a la so s...@pnglib_major@@pnglib_mi...@.@PNGLIB_RELEASE@ sl dylib dll.a; do\ rm -f libpng.$$ext;\ if test -f $(PNGLIB_BASENAME).$$ext; then\ $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\ diff --git a/Makefile.in b/Makefile.in index 0afaa4a..4622a39 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1243,7 +1243,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 s...@pnglib_major@@pnglib_mi...@.@PNGLIB_RELEASE@ sl dylib; do\ + for ext in a la so s...@pnglib_major@@pnglib_mi...@.@PNGLIB_RELEASE@ sl dylib dll.a; do\ rm -f libpng.$$ext;\ if test -f $(PNGLIB_BASENAME).$$ext; then\ $(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\ -- 1.7.1 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple