fence-agents: master - fence_amt: Adapt environment and build system to incorporate fence_amt

Marek GrĂ¡c marx at fedoraproject.org
Mon Jan 6 16:22:22 UTC 2014


Gitweb:        http://git.fedorahosted.org/git/?p=fence-agents.git;a=commitdiff;h=806d293da6ea7d5e5259faf806e17b40c45ae536
Commit:        806d293da6ea7d5e5259faf806e17b40c45ae536
Parent:        f37a64bd3f53f95358139b175d70269cf4f17850
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Jan 6 17:08:12 2014 +0100
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Jan 6 17:08:12 2014 +0100

fence_amt: Adapt environment and build system to incorporate fence_amt

---
 configure.ac                  |    1 +
 fence/agents/amt/Makefile.am  |   17 +++++++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 02c46b8..c394690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -255,6 +255,7 @@ AC_CONFIG_FILES([Makefile
 		 fence/agents/alom/Makefile
 		 fence/agents/apc/Makefile
 		 fence/agents/apc_snmp/Makefile
+		 fence/agents/amt/Makefile 
 		 fence/agents/baytech/Makefile
 		 fence/agents/bladecenter/Makefile
 		 fence/agents/brocade/Makefile
diff --git a/fence/agents/amt/Makefile.am b/fence/agents/amt/Makefile.am
new file mode 100644
index 0000000..9902731
--- /dev/null
+++ b/fence/agents/amt/Makefile.am
@@ -0,0 +1,17 @@
+MAINTAINERCLEANFILES	= Makefile.in
+
+TARGET			= fence_amt
+
+SRC			= $(TARGET).py
+
+EXTRA_DIST		= $(SRC)
+
+sbin_SCRIPTS		= $(TARGET)
+
+man_MANS		= $(TARGET).8
+
+include $(top_srcdir)/make/fencebuild.mk
+include $(top_srcdir)/make/fenceman.mk
+
+clean-local: clean-man
+	rm -f $(TARGET)
diff --git a/fence/agents/amt/fence_amt.py b/fence/agents/amt/fence_amt.py
old mode 100755
new mode 100644


More information about the cluster-commits mailing list