public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - config: fix include path for ccs.h
@ 2009-05-20 10:05 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-05-20 10:05 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=0a2b5641f30030cc72ef6390e23aa99ce7f55d05
Commit:        0a2b5641f30030cc72ef6390e23aa99ce7f55d05
Parent:        4186326fcfd9b55e8fbd915eb7435e495b6451a6
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Wed May 20 12:04:29 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Wed May 20 12:04:29 2009 +0200

config: fix include path for ccs.h

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 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


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

only message in thread, other threads:[~2009-05-20 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-20 10:05 cluster: master - config: fix include path for ccs.h 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).