From: ellson Date: Tue, 30 Oct 2007 12:19:15 +0000 (+0000) Subject: add obj.c from the cgraph in gtktopview X-Git-Tag: LAST_LIBGRAPH~32^2~5117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c447a14241200c8e100d075042816fa4b06c4b9b;p=graphviz add obj.c from the cgraph in gtktopview --- diff --git a/lib/cgraph/Makefile.am b/lib/cgraph/Makefile.am index 9bb1208d4..9130259be 100644 --- a/lib/cgraph/Makefile.am +++ b/lib/cgraph/Makefile.am @@ -17,8 +17,8 @@ man_MANS = cgraph.3 pdf_DATA = cgraph.pdf libcgraph_C_la_SOURCES = agerror.c agxbuf.c apply.c attr.c edge.c \ - flatten.c graph.c grammar.y id.c imap.c io.c main.c mem.c node.c \ - pend.c rec.c refstr.c scan.l subg.c utils.c write.c + flatten.c graph.c grammar.y id.c imap.c io.c mem.c node.c \ + obj.c pend.c rec.c refstr.c scan.l subg.c utils.c write.c libcgraph_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined libcgraph_la_SOURCES = $(libcgraph_C_la_SOURCES)