From aac2de8c11f0c05c2ebe2c2f91764d375d96ecea Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 23 Oct 2008 01:18:08 +0000 Subject: [PATCH] cgraph fixes --- plugin/devil/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugin/devil/Makefile.am b/plugin/devil/Makefile.am index 80c92e619..5dbd8089d 100644 --- a/plugin/devil/Makefile.am +++ b/plugin/devil/Makefile.am @@ -1,12 +1,18 @@ # $Id$ $Revision$ ## Process this file with automake to produce Makefile.in +if WITH_CGRAPH +GRAPH = cgraph +else +GRAPH = graph +endif + AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib/common \ -I$(top_srcdir)/lib/pathplan \ -I$(top_srcdir)/lib/gvc \ - -I$(top_srcdir)/lib/graph \ + -I$(top_srcdir)/lib/$(GRAPH) \ -I$(top_srcdir)/lib/cdt \ $(PANGOCAIRO_CFLAGS) $(DEVIL_CFLAGS) -- 2.40.0