From: erg Date: Fri, 28 Jan 2005 21:18:31 +0000 (+0000) Subject: Update old makefile to use consistent library naming X-Git-Tag: LAST_LIBGRAPH~32^2~7977 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=676daf0036e13cefd142dbf7887953afecf395de;p=graphviz Update old makefile to use consistent library naming --- diff --git a/cmd/tools/Makefile.old b/cmd/tools/Makefile.old index c198e29ce..4f7ebf753 100644 --- a/cmd/tools/Makefile.old +++ b/cmd/tools/Makefile.old @@ -25,7 +25,7 @@ LIBS = -L$(LOC_LIB)/graph -lgraph -L$(LOC_LIB)/cdt -lcdt PLUGLIBS = -L$(LOC_PLUG)/cairo -lgvplugin_cairo \ -L$(LOC_PLUG)/layout -lgvplugin_layout \ -L$(LOC_PLUG)/gd -lgvplugin_gd -L$(LOC_PLUG)/text -lgvplugin_text -DNLIBS = -L$(LOC_LIB)/neatogen -lneato \ +DNLIBS = -L$(LOC_LIB)/neatogen -lneatogen \ -L$(LOC_LIB)/pack -lpack \ -L$(LOC_LIB)/common -lcommon \ -L$(LOC_LIB)/gvc -lgvc \