From bb27ab2f4ec35ab5585cf78e34264a785e3a68a0 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 18 Jun 2018 23:26:48 -0400 Subject: include: fix uninstall for `make distcheck` --- include/Makemodule.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Makemodule.am b/include/Makemodule.am index e4c5df8..89bc669 100644 --- a/include/Makemodule.am +++ b/include/Makemodule.am @@ -20,3 +20,5 @@ install-libacl_h: include/libacl.h install-acl_h: include/acl.h $(SUBST_INSTALL_HEADER) "$<" "$(DESTDIR)$(sysincludedir)" install-data-local: install-libacl_h install-acl_h +uninstall-local: + -rm -f "$(DESTDIR)$(pkgincludedir)/libacl.h" "$(DESTDIR)$(sysincludedir)/acl.h" -- cgit v1.2.1