From: erg Date: Thu, 30 Oct 2008 22:12:24 +0000 (+0000) Subject: Fix old makefiles X-Git-Tag: LAST_LIBGRAPH~32^2~2936 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fbbdac65d473813b2d149d409b3e7a9174d8423;p=graphviz Fix old makefiles --- diff --git a/cmd/dot/Makefile.old b/cmd/dot/Makefile.old index a68d7f028..230921e18 100644 --- a/cmd/dot/Makefile.old +++ b/cmd/dot/Makefile.old @@ -35,6 +35,9 @@ LIBS = -L$(LOC_LIB)/gvc -lgvc_dot_builtins $(PLUGS) \ -L$(LOC_LIB)/circogen -lcircogen \ -L$(LOC_LIB)/fdpgen -lfdpgen \ -L$(LOC_LIB)/sfdpgen -lsfdpgen \ + -L$(LOC_LIB)/patchwork -lpatchwork \ + -L$(LOC_LIB)/sparse -lsparse \ + -L$(LOC_LIB)/rbtree -lrbtree \ -L$(LOC_LIB)/twopigen -ltwopigen \ -L$(LOC_LIB)/pack -lpack \ -L$(LOC_LIB)/common -lcommon \