From: ellson Date: Thu, 23 Oct 2008 01:37:00 +0000 (+0000) Subject: plugins ==> cgraph X-Git-Tag: LAST_LIBGRAPH~32^2~3010 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bf1ddc22690a712984d2dcfadc71f1ec26266de;p=graphviz plugins ==> cgraph --- diff --git a/plugin/rsvg/Makefile.am b/plugin/rsvg/Makefile.am index 9e0063c2d..87070e2f8 100644 --- a/plugin/rsvg/Makefile.am +++ b/plugin/rsvg/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 \ $(RSVG_CFLAGS) $(PANGOCAIRO_CFLAGS) diff --git a/plugin/xlib/Makefile.am b/plugin/xlib/Makefile.am index 7680453f9..4c713ae32 100644 --- a/plugin/xlib/Makefile.am +++ b/plugin/xlib/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)