summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2012-06-12 15:09:49 +0530
committerVijay Bellur <vijay@gluster.com>2012-06-12 15:09:49 +0530
commitfb6f8c05d6fd804fe5d412149ebf7badf55a7b64 (patch)
tree22fe8dd4eb2c304738dfe377498f882457777c8f /extras
parent06436224b8e0509770c1ee39da43a5e9d516c337 (diff)
build: Add stop/pre to configure.ac
Diffstat (limited to 'extras')
-rw-r--r--extras/hook-scripts/Makefile.am2
-rw-r--r--extras/hook-scripts/start/post/Makefile.am2
-rw-r--r--extras/hook-scripts/stop/Makefile.am2
-rw-r--r--extras/hook-scripts/stop/pre/Makefile.am1
4 files changed, 5 insertions, 2 deletions
diff --git a/extras/hook-scripts/Makefile.am b/extras/hook-scripts/Makefile.am
index 2fa5f137a5d..9994eae6b8d 100644
--- a/extras/hook-scripts/Makefile.am
+++ b/extras/hook-scripts/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = start
+SUBDIRS = start stop
CLEANFILES =
diff --git a/extras/hook-scripts/start/post/Makefile.am b/extras/hook-scripts/start/post/Makefile.am
index 5c6249de707..d9cba93ed52 100644
--- a/extras/hook-scripts/start/post/Makefile.am
+++ b/extras/hook-scripts/start/post/Makefile.am
@@ -1 +1 @@
-EXTRA_DIST = S29CTDBsetup.sh S30samba-start.sh S30samba-stop.sh
+EXTRA_DIST = S29CTDBsetup.sh S30samba-start.sh
diff --git a/extras/hook-scripts/stop/Makefile.am b/extras/hook-scripts/stop/Makefile.am
new file mode 100644
index 00000000000..e2ac8e2740b
--- /dev/null
+++ b/extras/hook-scripts/stop/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = pre
+CLEANFILES =
diff --git a/extras/hook-scripts/stop/pre/Makefile.am b/extras/hook-scripts/stop/pre/Makefile.am
new file mode 100644
index 00000000000..51a139bad8d
--- /dev/null
+++ b/extras/hook-scripts/stop/pre/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = S30samba-stop.sh S29CTDB-teardown.sh