From c8263975862afa9e5afc603bf2d05ab93087bcc4 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Tue, 30 Dec 2014 17:16:57 +0530 Subject: build: Remove files completely in make uninstall. If we create symlinks are part of make install, should remove them as part of make uninstall. Change-Id: Ie6e641caed60104cd256de4f020c1c6743d4ae60 BUG: 1177767 Signed-off-by: Raghavendra Talur Reviewed-on: http://review.gluster.org/9367 Tested-by: Gluster Build System Reviewed-by: Niels de Vos --- xlators/system/posix-acl/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/system') diff --git a/xlators/system/posix-acl/src/Makefile.am b/xlators/system/posix-acl/src/Makefile.am index 14ba5186346..bc5fbc23b0c 100644 --- a/xlators/system/posix-acl/src/Makefile.am +++ b/xlators/system/posix-acl/src/Makefile.am @@ -21,3 +21,6 @@ access-control-compat: install-exec-local: access-control-compat + +uninstall-local: + rm -f $(DESTDIR)$(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features/access-control.so -- cgit