Port: plugin system compat for mingw / macOS
[babeltrace.git] / plugins / ctf / plugin.c
index 789f3c7eecef87631881da86028304bc4ba0b592..d6d225fe0cfc7c4ff141fc0fe6f63f6c45549a9b 100644 (file)
 #include "fs-sink/writer.h"
 #include "lttng-live/lttng-live-internal.h"
 
+#ifndef BT_BUILT_IN_PLUGINS
+BT_PLUGIN_MODULE();
+#endif
+
 /* Initialize plug-in description. */
 BT_PLUGIN(ctf);
 BT_PLUGIN_DESCRIPTION("CTF source and sink support");
This page took 0.02384 seconds and 4 git commands to generate.