]> granicus.if.org Git - graphviz/commitdiff
make separate plugins like gnu make
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:39:20 +0000 (18:39 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:39:20 +0000 (18:39 +0000)
Config.mk
cmd/dot/Makefile.old

index b7ba5c226231a985f69a3fb385cea17ffb23c795..9d9b8df715140ed20f7ae0c721f75b08db33c4fd 100644 (file)
--- 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
index 38db3e50fa2f311b2c00a9b1a25e71ab177a825d..216bd66bc15491c8ed373ac833b8c0fb2d5d7fdf 100644 (file)
@@ -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 \