]> granicus.if.org Git - graphviz/commitdiff
try to fix build breakages
authorellson <devnull@localhost>
Fri, 30 Jul 2010 01:54:10 +0000 (01:54 +0000)
committerellson <devnull@localhost>
Fri, 30 Jul 2010 01:54:10 +0000 (01:54 +0000)
configure.ac
lib/Makefile.am
lib/dotgen/Makefile.am
lib/dotgen2/Makefile.am

index d3549ef7f93dcb4a2afeb762e94c8351b050d229..63c35b2f094ab0f62cbffb990519ffe180499396 100644 (file)
@@ -3064,6 +3064,7 @@ AC_CONFIG_FILES(Makefile
        lib/sfio/Sfio_f/Makefile
        lib/vmalloc/Makefile
        lib/dotgen/Makefile
+       lib/dotgen2/Makefile
        lib/neatogen/Makefile
        lib/fdpgen/Makefile
        lib/sparse/Makefile
index 57e2861c2c3b17826ff9580427a6e067584586c4..9745352f03ae9342a6aad1eff06191cef0add598 100644 (file)
@@ -2,16 +2,9 @@
 ## Process this file with automake to produce Makefile.in
 
 
-if WITH_CGRAPH
 SUBDIRS = cdt graph cgraph gd pathplan sfio vmalloc ast \
        vpsc rbtree ortho sparse patchwork expr common \
        pack xdot gvc ingraphs topfish glcomp \
-       circogen dotgen2 fdpgen neatogen twopigen sfdpgen osage gvpr
-else
-SUBDIRS = cdt graph cgraph gd pathplan sfio vmalloc ast \
-       vpsc rbtree ortho sparse patchwork expr common \
-       pack xdot gvc ingraphs topfish glcomp \
-       circogen dotgen fdpgen neatogen twopigen sfdpgen osage gvpr
-endif
+       circogen dotgen dotgen2 fdpgen neatogen twopigen sfdpgen osage gvpr
 
 EXTRA_DIST = Makefile.old gvc.vcproj gvc.def
index ed8fe69967a119238d64b5ed1dde0ee39b99487f..ec06699551a0d5f449732791060c7d0b579762f0 100644 (file)
@@ -16,8 +16,11 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/cdt \
        -I$(top_srcdir)/lib/pathplan
 
+if WITH_CGRAPH
+else
 noinst_HEADERS = dot.h dotprocs.h aspect.h
 noinst_LTLIBRARIES = libdotgen_C.la
+endif
 
 libdotgen_C_la_LDFLAGS = -no-undefined
 libdotgen_C_la_SOURCES = acyclic.c class1.c class2.c cluster.c compound.c \
index bef2a9c522af2573eecd5a16228600a27d1284b0..b27dac2000c35d4814375908a1a7f6a9af57d626 100644 (file)
@@ -16,10 +16,12 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/lib/cdt \
        -I$(top_srcdir)/lib/pathplan
 
+if WITH_CGRAPH
 noinst_HEADERS = dot2.h dot2procs.h groups.h minc.h
 noinst_LTLIBRARIES = libdotgen2_C.la
+endif
 
 libdotgen2_C_la_LDFLAGS = -no-undefined
 libdotgen2_C_la_SOURCES = dotinit.c level.c minc2.c ns.c groups.c minc_utils.c decomp.c
 
-EXTRA_DIST = dotgen2.vcproj
+EXTRA_DIST = dotgen2.vcproj