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 - dlm_controld: stop linking against logsys


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=8a13e65ed106d27c90d13814df243d5919ccc3dc
Commit:        8a13e65ed106d27c90d13814df243d5919ccc3dc
Parent:        ad5b1f74e7298184f917c642d883f3569a07426e
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed Dec 17 05:51:19 2008 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed Dec 17 05:51:19 2008 +0100

dlm_controld: stop linking against logsys

Remove leftover linking bit from Makefile.

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

diff --git a/group/dlm_controld/Makefile b/group/dlm_controld/Makefile
index d3fbd44..e5766ed 100644
--- a/group/dlm_controld/Makefile
+++ b/group/dlm_controld/Makefile
@@ -48,7 +48,7 @@ CFLAGS += -I${incdir}
 LDFLAGS += -L${dlmlibdir} -ldlm 
 LDFLAGS += -L${logtlibdir} -llogthread
 LDFLAGS += -L${openaislibdir} -lSaCkpt
-LDFLAGS += -L${corosynclibdir} -lcpg -llogsys -lpthread
+LDFLAGS += -L${corosynclibdir} -lcpg 
 LDFLAGS += -L../lib -lgroup
 LDFLAGS += -L${libdir}
 


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