Remove sdl.pc during "make uninstall"

Fixes Bugzilla #813 for the 1.2 branch.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403991
This commit is contained in:
Ryan C. Gordon 2009-10-08 09:02:03 +00:00
parent ef83107326
commit f8cb9e8845

View file

@ -123,6 +123,7 @@ uninstall-lib:
rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
uninstall-data:
rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4
rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc
uninstall-man:
for src in $(srcdir)/docs/man3/*.3; do \
file=`echo $$src | sed -e 's|^.*/||'`; \