From: erg Date: Tue, 12 Dec 2006 21:15:07 +0000 (+0000) Subject: Alter nop to just check DOT syntax. X-Git-Tag: LAST_LIBGRAPH~32^2~5745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=496d663b899ad3067de6f91620c55974c35589a7;p=graphviz Alter nop to just check DOT syntax. --- diff --git a/cmd/tools/Makefile.am b/cmd/tools/Makefile.am index 8e538e9d4..7da365653 100644 --- a/cmd/tools/Makefile.am +++ b/cmd/tools/Makefile.am @@ -76,7 +76,7 @@ nop_SOURCES = nop.c nop_LDADD = \ $(top_builddir)/lib/ingraphs/libingraphs_C.la \ - $(top_builddir)/lib/agraph/libagraph.la + $(top_builddir)/lib/graph/libgraph.la gvcolor_SOURCES = gvcolor.c colxlate.c colortbl.h