From a743b5ae08f4ae9cd821de46e4a8ef978c6212c3 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Thu, 27 Dec 2012 10:05:03 -0600 Subject: [PATCH] [libpng15] Fixed 'make distcheck' on SUN OS - libpng.so was not being removed --- ANNOUNCE | 5 +++-- CHANGES | 3 ++- Makefile.am | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 4f3aeccd2..72f2b77ac 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,5 @@ -Libpng 1.5.14beta06 - December 24, 2012 +Libpng 1.5.14beta06 - December 27, 2012 This is not intended to be a public release. It will be replaced within a few weeks by a public version or by another test version. @@ -60,8 +60,9 @@ Version 1.5.14beta05 [December 23, 2012] Microsoft) and ARM compilation is made possible by deleting the check for x86. The test programs cannot be run because they are not signed. -Version 1.5.14beta06 [December 24, 2012] +Version 1.5.14beta06 [December 27, 2012] Discontinued distributing libpng-1.5.14-1.5.13-diff.txt and similar. + Fixed 'make distcheck' on SUN OS - libpng.so was not being removed =========================================================================== NOTICE November 17, 2012: diff --git a/CHANGES b/CHANGES index 25efba399..cdc830aa6 100644 --- a/CHANGES +++ b/CHANGES @@ -3953,8 +3953,9 @@ Version 1.5.14beta05 [December 23, 2012] Microsoft) and ARM compilation is made possible by deleting the check for x86. The test programs cannot be run because they are not signed. -Version 1.5.14beta06 [December 24, 2012] +Version 1.5.14beta06 [December 27, 2012] Discontinued distributing libpng-1.5.14-1.5.13-diff.txt and similar. + Fixed 'make distcheck' on SUN OS - libpng.so was not being removed =========================================================================== NOTICE November 17, 2012: diff --git a/Makefile.am b/Makefile.am index cfaa3a8c9..a1d22aea8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -228,4 +228,8 @@ 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.so' + rm -f '$(DESTDIR)$(libdir)/libpng.so.@PNGLIB_MAJOR@@PNGLIB_MINOR@.@PNGLIB_RELEASE@' + rm -f '$(DESTDIR)$(libdir)/libpng.sl' + rm -f '$(DESTDIR)$(libdir)/libpng.dylib' rm -f '$(DESTDIR)$(libdir)/libpng.dll.a'