]> granicus.if.org Git - libexpat/commitdiff
when uninstalling the library, remove both headers
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 10 Feb 2005 15:52:02 +0000 (15:52 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Thu, 10 Feb 2005 15:52:02 +0000 (15:52 +0000)
(closes SF bug #1114960)

expat/Makefile.in

index 2bade0d99c08ee830a7dbad3657ee7921bfdf87e..aadeda1ca1789bc553f0177a628c01f5fb32fe76 100644 (file)
@@ -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: