Index: plugins.h =================================================================== --- plugins.h (revision 32347) +++ plugins.h (revision 32348) @@ -23,6 +23,7 @@ plugin_def("act_draw", "action wrappers for drawing", sbuildin, 1, 0) plugin_def("act_read", "action wrappers for data access", sbuildin, 1, 0) plugin_def("ar_cpcb", "autoroute with c-pcb", sbuildin, 1, 0) +plugin_def("ar_extern", "external autorouter", sbuildin, 1, 0) plugin_def("asm", "assembly GUI", sbuildin, 1, 0) plugin_def("autocrop", "crop board to fit objects", sbuildin, 1, 0) plugin_def("autoplace", "auto place components", sbuildin, 1, 0) @@ -144,6 +145,7 @@ plugin_dep("ar_cpcb", "lib_compat_help", 0) plugin_dep("ar_cpcb", "lib_gensexpr", 0) plugin_dep("ar_cpcb", "lib_netmap", 0) +plugin_dep("ar_extern", "io_tedax", 0) plugin_dep("autoroute", "lib_compat_help", 0) plugin_dep("cam", "query", 0) plugin_dep("dialogs", "draw_csect", 0)