]> granicus.if.org Git - graphviz/commitdiff
More makefile fixes to cleanup removed files
authorerg <devnull@localhost>
Mon, 22 May 2006 20:33:17 +0000 (20:33 +0000)
committererg <devnull@localhost>
Mon, 22 May 2006 20:33:17 +0000 (20:33 +0000)
cmd/dot/Makefile.old

index ea4de981535b6a53d1bf67fc6d831b18827df6dd..0593613f276433754b646f38bb9743aade869a36 100644 (file)
@@ -20,7 +20,7 @@ XLIBS = -L$(LOC_LIB)/pathplan -lpathplan \
         -L$(LOC_LIB)/gd -lgd \
         $(EXTLIB_LIB) $(EXPAT_LIB) $(LTDL_LIB) -lm
 
-PLUGS = -L$(LOC_PLUG) -lgvplugin_dot_layout -lgvplugin_neato_layout -lgvplugin_usershape_gd
+PLUGS = -L$(LOC_PLUG) -lgvplugin_dot_layout -lgvplugin_neato_layout
 
 LIBS = -L$(LOC_LIB)/gvc -lgvc_dot_builtins $(PLUGS) \
        -L$(LOC_LIB)/common -lcommon \
@@ -41,7 +41,6 @@ DOTLIBS = $(LOC_LIB)/common/libcommon.a \
          $(LOC_LIB)/fdpgen/libfdpgen.a \
           $(LOC_LIB)/plugin/libgvplugin_dot_layout.a \
           $(LOC_LIB)/plugin/libgvplugin_neato_layout.a \
-          $(LOC_LIB)/plugin/libgvplugin_usershape_gd.a \
          $(LOC_LIB)/gvc/libgvc_dot_builtins.a \
           $(LOC_LIB)/twopigen/libtwopigen.a \
          $(LOC_LIB)/circogen/libcircogen.a