fence-agents: master - build: plug in fence_scsi_check.pl and ship it in sharedir/cluster/

Fabio M. Di Nitto fabbione at fedoraproject.org
Wed Mar 2 09:05:36 UTC 2011


Gitweb:        http://git.fedorahosted.org/git/fence-agents.git?p=fence-agents.git;a=commitdiff;h=d2be796f83b7709f3d1a25ae25444f144d4d5e2b
Commit:        d2be796f83b7709f3d1a25ae25444f144d4d5e2b
Parent:        06548cfda4ec1476e210e2f0b2690a08e39ad6d6
Author:        Fabio M. Di Nitto <fdinitto at redhat.com>
AuthorDate:    Wed Mar 2 10:04:09 2011 +0100
Committer:     Fabio M. Di Nitto <fdinitto at redhat.com>
CommitterDate: Wed Mar 2 10:04:09 2011 +0100

build: plug in fence_scsi_check.pl and ship it in sharedir/cluster/

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
 fence/agents/scsi/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/fence/agents/scsi/Makefile.am b/fence/agents/scsi/Makefile.am
index ea4d6c1..5652bda 100644
--- a/fence/agents/scsi/Makefile.am
+++ b/fence/agents/scsi/Makefile.am
@@ -4,7 +4,12 @@ TARGET			= fence_scsi
 
 SRC			= $(TARGET).pl
 
-EXTRA_DIST		= $(SRC)
+EXTRA_DIST		= $(SRC) \
+			  $(TARGET)_check.pl 
+
+scsidatadir		= $(CLUSTERDATA)
+
+scsidata_SCRIPTS	= $(TARGET)_check.pl
 
 sbin_SCRIPTS		= $(TARGET)
 


More information about the cluster-commits mailing list