]> granicus.if.org Git - graphviz/commitdiff
Update old makefile to use consistent library naming
authorerg <devnull@localhost>
Fri, 28 Jan 2005 21:18:31 +0000 (21:18 +0000)
committererg <devnull@localhost>
Fri, 28 Jan 2005 21:18:31 +0000 (21:18 +0000)
cmd/tools/Makefile.old

index c198e29ce68014bbee33406734d179d9d97fc1d9..4f7ebf753f193484994f1ce7b7edc31d50edae3c 100644 (file)
@@ -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 \