From: ellson Date: Mon, 29 Oct 2007 14:40:27 +0000 (+0000) Subject: add GNU Makefiles for lib/cgraph X-Git-Tag: LAST_LIBGRAPH~32^2~5146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56d8f5486d529a9c9e6ffd76feee95fc7f9d2e6c;p=graphviz add GNU Makefiles for lib/cgraph --- diff --git a/configure.ac b/configure.ac index 3c5144171..2acaa69e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2031,10 +2031,12 @@ AC_CONFIG_FILES(Makefile lib/Makefile lib/cdt/Makefile lib/cdt/libcdt.pc - lib/agraph/Makefile - lib/agraph/libagraph.pc lib/graph/Makefile lib/graph/libgraph.pc + lib/agraph/Makefile + lib/agraph/libagraph.pc + lib/cgraph/Makefile + lib/cgraph/libcgraph.pc lib/agutil/Makefile lib/gd/Makefile lib/pathplan/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index 4c1645b7e..bc8ab3ac1 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,6 +3,6 @@ SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc \ circogen dotgen fdpgen neatogen twopigen common pack gvc \ - ingraphs expr + ingraphs expr cgraph EXTRA_DIST = Makefile.old