[libpng16] Fixed Min/GW uninstall to remove libpng.dll.a

This commit is contained in:
John Bowler 2012-01-23 23:01:27 -06:00 committed by Glenn Randers-Pehrson
parent fea2a877c8
commit 5635573cfc
3 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@ Version 1.6.0beta06 [January 24, 2012]
Increased the formatted warning buffer to 192 bytes.
Added color-map support to simplified API. This is an initial version for
review; the documentation has not yet been updated.
Fixed Min/GW uninstall to remove libpng.dll.a
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -3867,6 +3867,7 @@ Version 1.6.0beta06 [January 24, 2012]
Increased the formatted warning buffer to 192 bytes.
Added color-map support to simplified API. This is an initial version for
review; the documentation has not yet been updated.
Fixed Min/GW uninstall to remove libpng.dll.a
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit

View File

@ -227,3 +227,4 @@ uninstall-hook:
rm -f $(DESTDIR)$(bindir)/libpng-config
rm -f $(DESTDIR)$(libdir)/libpng.a
rm -f $(DESTDIR)$(libdir)/libpng.la
rm -f $(DESTDIR)$(libdir)/libpng.dll.a