From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29422 invoked by alias); 20 May 2009 10:05:31 -0000 Received: (qmail 29414 invoked by alias); 20 May 2009 10:05:31 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: master - config: fix include path for ccs.h 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: 4186326fcfd9b55e8fbd915eb7435e495b6451a6 X-Git-Newrev: 0a2b5641f30030cc72ef6390e23aa99ce7f55d05 From: "Fabio M. Di Nitto" Message-Id: <20090520100504.8D73F12031F@lists.fedorahosted.org> Date: Wed, 20 May 2009 10:05: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-q2/txt/msg00338.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0a2b5641f30030cc72ef6390e23aa99ce7f55d05 Commit: 0a2b5641f30030cc72ef6390e23aa99ce7f55d05 Parent: 4186326fcfd9b55e8fbd915eb7435e495b6451a6 Author: Fabio M. Di Nitto AuthorDate: Wed May 20 12:04:29 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Wed May 20 12:04:29 2009 +0200 config: fix include path for ccs.h Signed-off-by: Fabio M. Di Nitto --- config/tools/mkconf/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/tools/mkconf/Makefile b/config/tools/mkconf/Makefile index 4ab495e..07dba00 100644 --- a/config/tools/mkconf/Makefile +++ b/config/tools/mkconf/Makefile @@ -14,7 +14,7 @@ OBJS= mkconf.o CFLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE CFLAGS += -I${corosyncincdir} -CFLAGS += -I$(SRCDIR)/config/libs/libccscompat +CFLAGS += -I${ccsincdir} CFLAGS += -I${incdir} LDFLAGS += -L${corosynclibdir} -lconfdb -lquorum -lcfg