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/performance/md-cache/src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/performance/md-cache') diff --git a/xlators/performance/md-cache/src/Makefile.am b/xlators/performance/md-cache/src/Makefile.am index 8c9f5a8582f..6f3d68be1c4 100644 --- a/xlators/performance/md-cache/src/Makefile.am +++ b/xlators/performance/md-cache/src/Makefile.am @@ -23,3 +23,6 @@ stat-prefetch-compat: install-exec-local: stat-prefetch-compat + +uninstall-local: + rm -f $(DESTDIR)$(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/performance/stat-prefetch.so -- cgit