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

index 54c64ac3d7d1f4a3839bd95fc57d167f20844c4d..a9398022f827ddf868e5ffa2047059c8487b6df8 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 \
        $(GTK_CFLAGS) $(GNOMEUI_CFLAGS)