summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: