Index: Rev.h =================================================================== --- Rev.h (revision 9037) +++ Rev.h (revision 9038) @@ -1 +1 @@ -static const int myrev = 9037; +static const int myrev = 9038; Index: Rev.tab =================================================================== --- Rev.tab (revision 9037) +++ Rev.tab (revision 9038) @@ -1,4 +1,4 @@ -9037 configure move out tEDAx parse/write into a reusable lib plugin +9038 configure move out tEDAx parse/write into a reusable lib plugin 8973 configure new source file for sheet utils 8741 configure enable the sim plugins by default 8712 configure new sources for sim gui and sim config Index: plugins.h =================================================================== --- plugins.h (revision 9037) +++ plugins.h (revision 9038) @@ -60,6 +60,7 @@ plugin_def("sch_dialogs", "base dialogs", sbuildin, 1) +plugin_dep("backann", "lib_tedax") plugin_dep("export_lpr", "export_ps") plugin_dep("export_png", "lib_exp_pixmap") plugin_dep("export_ps", "lib_exp_text")