summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d3e3c61..41e48e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,8 @@ if HOST_TOOL
host_tool = $(host)-pkg-config$(EXEEXT)
install-exec-hook:
cd $(DESTDIR)$(bindir) && $(LN) pkg-config$(EXEEXT) $(host_tool)
+uninstall-hook:
+ cd $(DESTDIR)$(bindir) && rm -f $(host_tool)
endif
# Various data files