]> granicus.if.org Git - graphviz/commitdiff
plugins ==> cgraph
authorellson <devnull@localhost>
Thu, 23 Oct 2008 01:37:00 +0000 (01:37 +0000)
committerellson <devnull@localhost>
Thu, 23 Oct 2008 01:37:00 +0000 (01:37 +0000)
plugin/rsvg/Makefile.am
plugin/xlib/Makefile.am

index 9e0063c2d18712ad2024ece6bcf2fa40979085ae..87070e2f848129a4454d9abcfcc91f6a29c9f6d3 100644 (file)
@@ -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)
 
index 7680453f980eabdb7031cdf9cabb3f47ab5facea..4c713ae32a424ece377f60490fe2e5879e411860 100644 (file)
@@ -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)