Index: Rev.h =================================================================== --- Rev.h (revision 32635) +++ Rev.h (revision 32636) @@ -1 +1 @@ -static const int myrev = 32631; +static const int myrev = 32636; Index: Rev.tab =================================================================== --- Rev.tab (revision 32635) +++ Rev.tab (revision 32636) @@ -1,4 +1,4 @@ -32631 configure librnd separation +32636 configure librnd separation 32394 configure autoroute plugin: menu and conf 32327 configure new autoroute plugin for external autorouters 32326 configure new netlist import plugins: pads ascii netlist, orcad pcb II netlist, accel netliet, protel netlist 2.0 Index: hooks.c =================================================================== --- hooks.c (revision 32635) +++ hooks.c (revision 32636) @@ -326,8 +326,6 @@ printf("Generating pcb-rnd config.h (%d)\n", generr |= tmpasm("..", "config.h.in", "config.h")); - printf("Generating tests/librnd/inc_all.h (%d)\n", generr |= tmpasm("../tests/librnd", "inc_all.h.in", "inc_all.h")); - if (plug_is_enabled("export_vfs_fuse")) printf("Generating fuse_includes.h (%d)\n", generr |= tmpasm("../src_plugins/export_vfs_fuse", "fuse_includes.h.in", "fuse_includes.h"));