From: erg Date: Fri, 29 May 2009 23:17:21 +0000 (+0000) Subject: Change dot's old makefile to load osage X-Git-Tag: LAST_LIBGRAPH~32^2~1965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef74734c535b98fc0f28160b4d6ad388e6427fa6;p=graphviz Change dot's old makefile to load osage --- diff --git a/cmd/dot/Makefile.old b/cmd/dot/Makefile.old index 8575bf8e0..3bce94c1c 100644 --- a/cmd/dot/Makefile.old +++ b/cmd/dot/Makefile.old @@ -37,6 +37,7 @@ LIBS = -L$(LOC_LIB)/gvc -lgvc_dot_builtins $(PLUGS) \ -L$(LOC_LIB)/ortho -lortho \ -L$(LOC_LIB)/vpsc -lvpsc \ -L$(LOC_LIB)/patchwork -lpatchwork \ + -L$(LOC_LIB)/osage -losage \ -L$(LOC_LIB)/sparse -lsparse \ -L$(LOC_LIB)/rbtree -lrbtree \ -L$(LOC_LIB)/twopigen -ltwopigen \