[libpng16] Fixed Min/GW uninstall to remove libpng.dll.a
diff --git a/ANNOUNCE b/ANNOUNCE
index 922dd03..3f63f2b 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -116,6 +116,7 @@
   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 0e9b9e3..c8e1179 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3867,6 +3867,7 @@
   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 634e562..d750598 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -227,3 +227,4 @@
 	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