summaryrefslogtreecommitdiffstats
path: root/extras/hook-scripts/delete/pre/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'extras/hook-scripts/delete/pre/Makefile.am')
-rw-r--r--extras/hook-scripts/delete/pre/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/hook-scripts/delete/pre/Makefile.am b/extras/hook-scripts/delete/pre/Makefile.am
index bf0eabe255c..4fbfbe7311f 100644
--- a/extras/hook-scripts/delete/pre/Makefile.am
+++ b/extras/hook-scripts/delete/pre/Makefile.am
@@ -1,6 +1,8 @@
EXTRA_DIST = S10selinux-del-fcontext.sh
scriptsdir = $(GLUSTERD_WORKDIR)/hooks/1/delete/pre/
+if WITH_SERVER
if USE_SELINUX
scripts_SCRIPTS = S10selinux-del-fcontext.sh
endif
+endif