mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
when uninstalling the library, remove both headers
(closes SF bug #1114960)
This commit is contained in:
parent
538dcef870
commit
36bd5dab5c
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue