public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - config: stop linking against compat libs
@ 2009-03-19 9:00 Fabio M. Di Nitto
0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-03-19 9:00 UTC (permalink / raw)
To: cluster-cvs-relay
Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f85425ae981fbcee1c3929a83c67d36c3ef8e5d7
Commit: f85425ae981fbcee1c3929a83c67d36c3ef8e5d7
Parent: 7daf50dbbf9f9da0faa5717955f94c306b99ce86
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 09:59:48 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:00 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:00 cluster: STABLE3 - 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).