From 56d8f5486d529a9c9e6ffd76feee95fc7f9d2e6c Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 29 Oct 2007 14:40:27 +0000 Subject: [PATCH] add GNU Makefiles for lib/cgraph --- configure.ac | 6 ++++-- lib/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.40.0