public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - config: stop linking against compat libs
@ 2009-03-19  9:02 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-03-19  9:02 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=df38ed064a2b0cc082024c6e85c75ff0c0f30d5f
Commit:        df38ed064a2b0cc082024c6e85c75ff0c0f30d5f
Parent:        b0d82b0f0a3bf06189e6664d273f885a971c3817
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Mar 19 09:59:48 2009 +0100
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Mar 19 10:01:38 2009 +0100

config: stop linking against compat libs

remove references to old compat stuff

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 config/tools/ccs_tool/Makefile |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/config/tools/ccs_tool/Makefile b/config/tools/ccs_tool/Makefile
index c363b73..3324537 100644
--- a/config/tools/ccs_tool/Makefile
+++ b/config/tools/ccs_tool/Makefile
@@ -17,12 +17,10 @@ OBJS =	ccs_tool.o \
 	editconf.o
 
 CFLAGS += -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-CFLAGS += -I${cmanincdir} `xml2-config --cflags`
-CFLAGS += -I${ccsincdir} -I$(SRCDIR)/config/daemons/ccsd
-CFLAGS += -I$(SRCDIR)/config/libs/libccscompat
+CFLAGS += `xml2-config --cflags`
+CFLAGS += -I${ccsincdir}
 CFLAGS += -I${incdir}
 
-LDFLAGS += -L${cmanlibdir} -lcman
 LDFLAGS += -L${ccslibdir} -lccs
 LDFLAGS += `xml2-config --libs`
 LDFLAGS += -L${libdir}


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

only message in thread, other threads:[~2009-03-19  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-19  9:02 cluster: master - config: stop linking against compat libs 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).