Port: plugin system compat for mingw / macOS
[babeltrace.git] / plugins / text / plugin.c
index ff982630c4c154ee91fcff49d9aa61efd7525f2d..563c8d77ad860f49620cebccf0dce34c90dbe89f 100644 (file)
 #include <babeltrace/plugin/plugin-dev.h>
 #include "pretty/pretty.h"
 
+#ifndef BT_BUILT_IN_PLUGINS
+BT_PLUGIN_MODULE();
+#endif
+
 BT_PLUGIN(text);
 BT_PLUGIN_DESCRIPTION("Plain text component classes");
 BT_PLUGIN_AUTHOR("Julien Desfossez, Mathieu Desnoyers, Philippe Proulx");
This page took 0.023732 seconds and 4 git commands to generate.