From: ellson Date: Tue, 18 Oct 2005 18:39:20 +0000 (+0000) Subject: make separate plugins like gnu make X-Git-Tag: LAST_LIBGRAPH~32^2~7293 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f96636b8c3eae0e4653c5ae6eff1f4129858dde;p=graphviz make separate plugins like gnu make --- diff --git a/Config.mk b/Config.mk index b7ba5c226..9d9b8df71 100644 --- a/Config.mk +++ b/Config.mk @@ -51,4 +51,3 @@ TK_LIBDIR=$(TKDIR)/lib # location of tk.h TK_INCDIR=$(TKDIR)/include -VERSION=2.5 diff --git a/cmd/dot/Makefile.old b/cmd/dot/Makefile.old index 38db3e50f..216bd66bc 100644 --- a/cmd/dot/Makefile.old +++ b/cmd/dot/Makefile.old @@ -20,7 +20,7 @@ XLIBS = -L$(LOC_LIB)/pathplan -lpathplan \ -L$(LOC_LIB)/gd -lgd \ $(EXTLIB_LIB) $(EXPAT_LIB) -lltdl -lm -PLUGS = -L$(LOC_PLUG) -lgvplugin_layout +PLUGS = -L$(LOC_PLUG) -lgvplugin_dot_layout -lgvplugin_neato_layout -lgvplugin_usershape_gd LIBS = -L$(LOC_LIB)/gvc -lgvc $(PLUGS) \ -L$(LOC_LIB)/common -lcommon \