public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - build: fix missing ${logtlibdir} for linking
@ 2008-11-20  7:28 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2008-11-20  7:28 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=67abd322b536360a3c63b906722ea7b4513692b8
Commit:        67abd322b536360a3c63b906722ea7b4513692b8
Parent:        bcd660e969e83fed8ae7dd03905ef00f8c8be902
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Nov 20 08:26:40 2008 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Nov 20 08:26:40 2008 +0100

build: fix missing ${logtlibdir} for linking

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

diff --git a/group/daemon/Makefile b/group/daemon/Makefile
index 7ab12bf..36268db 100644
--- a/group/daemon/Makefile
+++ b/group/daemon/Makefile
@@ -23,7 +23,8 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -lccs 
 LDFLAGS += -L${cmanlibdir} -lcman
-LDFLAGS += -L${corosynclibdir} -lcpg -llogthread -lpthread
+LDFLAGS += -L${logtlibdir} -llogthread
+LDFLAGS += -L${corosynclibdir} -lcpg -lpthread
 LDFLAGS += -L${libdir}
 
 ${TARGET}: ${OBJS}
diff --git a/group/dlm_controld/Makefile b/group/dlm_controld/Makefile
index d81f950..f967c3c 100644
--- a/group/dlm_controld/Makefile
+++ b/group/dlm_controld/Makefile
@@ -31,7 +31,8 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lccs -lcman
 LDFLAGS += -L${dlmlibdir} -ldlm
-LDFLAGS += -L${corosynclibdir} -lcpg -llogthread -lpthread
+LDFLAGS += -L${logtlibdir} -llogthread
+LDFLAGS += -L${corosynclibdir} -lcpg -lpthread
 LDFLAGS += -L${openaislibdir} -lSaCkpt 
 LDFLAGS += -L../../fence/libfenced/ -lfenced
 LDFLAGS += -L../lib -lgroup
diff --git a/group/gfs_controld/Makefile b/group/gfs_controld/Makefile
index 7fb8f69..0b3a9e7 100644
--- a/group/gfs_controld/Makefile
+++ b/group/gfs_controld/Makefile
@@ -30,7 +30,8 @@ CFLAGS += -I${incdir}
 
 LDFLAGS += -L${ccslibdir} -lccs -L${cmanlibdir} -lcman
 LDFLAGS += -L${dlmcontrollibdir} -ldlmcontrol
-LDFLAGS += -L${corosynclibdir} -lcpg -llogthread -lpthread
+LDFLAGS += -L${logtlibdir} -llogthread
+LDFLAGS += -L${corosynclibdir} -lcpg -lpthread
 LDFLAGS += -L${openaislibdir} -lSaCkpt
 LDFLAGS += -L../../fence/libfenced/ -lfenced
 LDFLAGS += -L../lib -lgroup


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-20  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-20  7:28 cluster: master - build: fix missing ${logtlibdir} for linking Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).