From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22330 invoked by alias); 26 Jan 2009 13:22:01 -0000 Received: (qmail 22324 invoked by alias); 26 Jan 2009 13:22:01 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com Subject: cluster: master - cman: Tidy Makefile To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 681f16bbd3c4f1e00fafe14ec7028354d1fd5296 X-Git-Newrev: 40f37f5d04fb741fb1e6bfc7792f41afa23e7b9a From: Christine Caulfield Message-Id: <20090126132132.64FEC12055C@lists.fedorahosted.org> Date: Mon, 26 Jan 2009 13:22:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00269.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=40f37f5d04fb741fb1e6bfc7792f41afa23e7b9a Commit: 40f37f5d04fb741fb1e6bfc7792f41afa23e7b9a Parent: 681f16bbd3c4f1e00fafe14ec7028354d1fd5296 Author: Christine Caulfield AuthorDate: Mon Jan 26 13:20:38 2009 +0000 Committer: Christine Caulfield CommitterDate: Mon Jan 26 13:20:38 2009 +0000 cman: Tidy Makefile /me has just washed the pillows and horse-blood is a devil to clean off Signed-off-by: Christine Caulfield --- cman/services/cman/lib/Makefile | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cman/services/cman/lib/Makefile b/cman/services/cman/lib/Makefile index f35b104..df9e240 100644 --- a/cman/services/cman/lib/Makefile +++ b/cman/services/cman/lib/Makefile @@ -13,8 +13,7 @@ include $(OBJDIR)/make/uninstall.mk CFLAGS += -fPIC CFLAGS += -I${ccsincdir} -I${cmanincdir} CFLAGS += -I${incdir} -CFLAGS += -I../include -I../../quorum/include +CFLAGS += -I../include -LDFLAGS += -L${corosynclibdir} -lcoroutil -lcfg +LDFLAGS += -L${corosynclibdir} -lcoroutil -lcfg -lvotequorum LDFLAGS += -L${ccslibdir} -lccs -LDFLAGS += -lvotequorum