fence-agents: master - fence_sanbox2: Update build system

Marek Grác marx at fedoraproject.org
Mon Oct 19 13:24:34 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=cd8c9ee12db21f53586c60c58f35745b19f9d71c
Commit:        cd8c9ee12db21f53586c60c58f35745b19f9d71c
Parent:        19c01e65ffe8f0f190682c10347a62d4906f70b6
Author:        Marek 'marx' Grac <mgrac at redhat.com>
AuthorDate:    Mon Oct 19 15:20:33 2009 +0200
Committer:     Marek 'marx' Grac <mgrac at redhat.com>
CommitterDate: Mon Oct 19 15:20:33 2009 +0200

fence_sanbox2: Update build system

Change from perl to python code needs change in Makefile.
---
 fence/agents/sanbox2/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fence/agents/sanbox2/Makefile.am b/fence/agents/sanbox2/Makefile.am
index b0d1b7b..540511c 100644
--- a/fence/agents/sanbox2/Makefile.am
+++ b/fence/agents/sanbox2/Makefile.am
@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES	= Makefile.in
 
 TARGET			= fence_sanbox2
 
-EXTRA_DIST		= $(TARGET).pl
+EXTRA_DIST		= $(TARGET).py
 
 sbin_SCRIPTS		= $(TARGET)
 


More information about the cluster-commits mailing list