changeset 3355:3c9e6f2f3c58

Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall. Fixes Bugzilla #813 for the 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 08 Oct 2009 09:14:31 +0000
parents 98c5b421426e
children 81b3f9d45dea
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Oct 08 09:07:58 2009 +0000
+++ b/Makefile.in	Thu Oct 08 09:14:31 2009 +0000
@@ -120,6 +120,7 @@
 	rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
 uninstall-data:
 	rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4
+	rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc
 
 clean:
 	rm -rf $(objects)