]> granicus.if.org Git - graphviz/commitdiff
Fix old makefiles and windows build files to handle new plugin directory
authorerg <devnull@localhost>
Mon, 26 Jun 2006 19:30:31 +0000 (19:30 +0000)
committererg <devnull@localhost>
Mon, 26 Jun 2006 19:30:31 +0000 (19:30 +0000)
windows/wmake.sh

index 4382bc4ad0969fb89cf9a8839d7ff7086606cd70..29b38e19253be14f8b12f678265c9567819ec0fe 100755 (executable)
@@ -30,7 +30,7 @@ do
 done
 
 # libs to be built
-LIBS=(cdt graph agraph gd pathplan common gvc plugin pack neatogen dotgen twopigen circogen fdpgen ingraphs)
+LIBS=(cdt graph agraph gd pathplan common gvc pack neatogen dotgen twopigen circogen fdpgen ingraphs)
 
 # commands to be built
 CMDS=(dot lefty/gfx lefty dotty lneato)
@@ -73,6 +73,11 @@ do
 done
 cd ..
 
+# process plugins
+cd plugin
+doComp plugin
+cd ..
+
 # process commands
 cd cmd
 for d in ${CMDS[@]}