add obj.c from the cgraph in gtktopview
authorellson <devnull@localhost>
Tue, 30 Oct 2007 12:19:15 +0000 (12:19 +0000)
committerellson <devnull@localhost>
Tue, 30 Oct 2007 12:19:15 +0000 (12:19 +0000)
lib/cgraph/Makefile.am

index 9bb1208d4a01fc0ab92eb5680f5effc5478cd5ec..9130259bee54c9e67148b928ab6be72352175af2 100644 (file)
@@ -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)