From c991c9425eba37604996d6fc1596804d458d351f Mon Sep 17 00:00:00 2001 From: fdrake Date: Thu, 10 Feb 2005 15:52:02 +0000 Subject: when uninstalling the library, remove both headers (closes SF bug #1114960) --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 2bade0d..aadeda1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,7 +93,8 @@ uninstall: uninstalllib uninstalllib: $(LIBTOOL) --mode=uninstall rm -f $(INSTALL_ROOT)$(libdir)/$(LIBRARY) - rm -f $(INSTALL_ROOT)$(includedir)/$(APIHEADER) + rm -f $(INSTALL_ROOT)$(includedir)/expat.h + rm -f $(INSTALL_ROOT)$(includedir)/expat_external.h # for VPATH builds (invoked by configure) mkdir-init: -- cgit v1.2.1