cluster: STABLE3 - rgmanager: stop linking clulog with cman

Fabio M. Di Nitto fabbione@fedoraproject.org
Thu Mar 19 09:13:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=dd17e0f04345d1193f4f5045763a8985be8a081c
Commit:        dd17e0f04345d1193f4f5045763a8985be8a081c
Parent:        f85425ae981fbcee1c3929a83c67d36c3ef8e5d7
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Mar 19 10:12:26 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Mar 19 10:12:26 2009 +0100

rgmanager: stop linking clulog with cman

no need to do that

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 rgmanager/src/utils/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/utils/Makefile b/rgmanager/src/utils/Makefile
index a458c6a..0e01c73 100644
--- a/rgmanager/src/utils/Makefile
+++ b/rgmanager/src/utils/Makefile
@@ -56,7 +56,7 @@ ${TARGET4}: ${OBJS4} ${LDDEPS}
 			$(LOGSYS_LDFLAGS) $(LDFLAGS)
 
 ${TARGET5}: ${OBJS5} ${LDDEPS}
-	$(CC) -o $@ $^ $(CCS_LDFLAGS) $(CMAN_LDFLAGS) \
+	$(CC) -o $@ $^ $(CCS_LDFLAGS) \
 			$(LOGSYS_LDFLAGS) $(LDFLAGS)
 
 ${TARGET6}:



More information about the Cluster-cvs mailing list