From: ellson Date: Thu, 23 Oct 2008 01:18:08 +0000 (+0000) Subject: cgraph fixes X-Git-Tag: LAST_LIBGRAPH~32^2~3016 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aac2de8c11f0c05c2ebe2c2f91764d375d96ecea;p=graphviz cgraph fixes --- 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)