diff options
Diffstat (limited to 'extras/hook-scripts/Makefile.am')
| -rw-r--r-- | extras/hook-scripts/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/extras/hook-scripts/Makefile.am b/extras/hook-scripts/Makefile.am new file mode 100644 index 00000000000..26059d7dbb9 --- /dev/null +++ b/extras/hook-scripts/Makefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = S40ufo-stop.py S56glusterd-geo-rep-create-post.sh +SUBDIRS = add-brick create delete set start stop reset + +scriptsdir = $(GLUSTERD_WORKDIR)/hooks/1/gsync-create/post/ +if USE_GEOREP +scripts_SCRIPTS = S56glusterd-geo-rep-create-post.sh +endif |
