From 5635573cfc6b1f320d6667514387b155b9dfe3e8 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Mon, 23 Jan 2012 23:01:27 -0600 Subject: [PATCH] [libpng16] Fixed Min/GW uninstall to remove libpng.dll.a --- ANNOUNCE | 1 + CHANGES | 1 + Makefile.am | 1 + 3 files changed, 3 insertions(+) diff --git a/ANNOUNCE b/ANNOUNCE index 922dd0322..3f63f2b07 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 diff --git a/CHANGES b/CHANGES index 0e9b9e3c8..c8e1179f2 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/Makefile.am b/Makefile.am index 634e562ca..d750598a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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