This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - build: install fence_vmware_vi bits in theappropriate locations


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=229c99d64525911cd518308f1fb215830dfcaaea
Commit:        229c99d64525911cd518308f1fb215830dfcaaea
Parent:        a5e715e0941fedb6977643afbb9fa3a5129c5dd9
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Dec 9 10:30:23 2008 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Dec 9 10:30:23 2008 +0100

build: install fence_vmware_vi bits in the appropriate locations

no changes to the fencebuild.mk script were required afterall.

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

diff --git a/fence/agents/vmware_vi/Makefile b/fence/agents/vmware_vi/Makefile
index be335b2..25d5a01 100644
--- a/fence/agents/vmware_vi/Makefile
+++ b/fence/agents/vmware_vi/Makefile
@@ -1,4 +1,8 @@
+include ../../../make/defines.mk
+
 TARGET= fence_vmware_vi_helper fence_vmware_vi
 
-include ../../../make/defines.mk
+FENCEAGENTSLIB= fence_vmware_vi_helper
+SBINDIRT= fence_vmware_vi
+
 include $(OBJDIR)/make/fencebuild.mk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]