From mboxrd@z Thu Jan 1 00:00:00 1970 From: teigland@sourceware.org Date: 30 Apr 2008 14:36:42 -0000 Subject: [Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.00-9-gaf2b1a3 Message-ID: <20080430143642.1414.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Cluster Project". http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=af2b1a3e3430a1e11b29a0ef6c34332c4176797e The branch, master has been updated via af2b1a3e3430a1e11b29a0ef6c34332c4176797e (commit) from 0517650a953e37dade072c55d02fe2a5d990a0ec (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit af2b1a3e3430a1e11b29a0ef6c34332c4176797e Author: Fabio M. Di Nitto Date: Wed Apr 30 09:29:37 2008 -0500 libdlm: fix libdlmcontrol in Makefile Signed-off-by: David Teigland ----------------------------------------------------------------------- Summary of changes: 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 94d4515..3e2f3dc 100644 --- a/group/dlm_controld/Makefile +++ b/group/dlm_controld/Makefile @@ -41,7 +41,7 @@ CFLAGS += -I$(S)/../lib/ -I$(S)/../include/ CFLAGS += -I${incdir} LDFLAGS += -L${ccslibdir} -L${cmanlibdir} -lccs -lcman -LDFLAGS += -L${dlmlibdir} -L${dlmlibcontroldir} -ldlm -ldlmcontrol +LDFLAGS += -L${dlmlibdir} -L${dlmcontrollibdir} -ldlm -ldlmcontrol LDFLAGS += -L${fencedlibdir} -lfenced LDFLAGS += -L${openaislibdir} -lcpg -lSaCkpt LDFLAGS += -L../lib -lgroup -lpthread hooks/post-receive -- Cluster Project