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