Recursively search the plugin path
[babeltrace.git] / converter / babeltrace.c
index 384b02f9f228fd98634f3a60b927b91612cc40cc..035c4a250badf04c0fe683671dd16cb35afb3d07 100644 (file)
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
                goto end;
        }
 
-       ret = bt_component_factory_load(component_factory, opt_plugin_path);
+       ret = bt_component_factory_load_recursive(component_factory, opt_plugin_path);
        if (ret) {
                fprintf(stderr, "Failed to load plugins.\n");
                goto end;
This page took 0.022546 seconds and 4 git commands to generate.