summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2005-02-10 15:52:02 +0000
committerfdrake <fdrake>2005-02-10 15:52:02 +0000
commitc991c9425eba37604996d6fc1596804d458d351f (patch)
treeaa06444b4e4f4018cdb95f9e5e3ed83a40b19ad7 /Makefile.in
parent27f919d43f1247dd01769bdc987112d29284a0e9 (diff)
downloadlibexpat-c991c9425eba37604996d6fc1596804d458d351f.tar.gz
when uninstalling the library, remove both headers
(closes SF bug #1114960)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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: