Index: trunk/scconfig/hooks.c =================================================================== --- trunk/scconfig/hooks.c (revision 34794) +++ trunk/scconfig/hooks.c (revision 34795) @@ -97,6 +97,7 @@ /* Runs after all arguments are read and parsed */ int hook_postarg() { + import(TO_STR(LIBRND_PREFIX) "/share/librnd/plugin.state"); return rnd_hook_postarg(); }