From bbdc0394ff9a3450b5a23a7699727436ca40cfb1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Aug 2003 22:15:12 +0000 Subject: make an uninstall hook in the same manner we already did an install hook as otherwise will make distcheck fail --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e4805ab4a..54dc31c09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,3 +83,8 @@ cygwinbin: install-data-hook: cd include && $(MAKE) install cd docs && $(MAKE) install + +# We extend the standard uninstall with a custom hook: +uninstall-hook: + cd include && $(MAKE) uninstall + cd docs && $(MAKE) uninstall -- cgit v1.2.1