Introduce bt_plugin and bt_component_class
[babeltrace.git] / plugins / Makefile.am
index 5ef531e13b5643915db446f16de1557a9bc0f9c2..88643977fa8bae81ae642d6171e81fa5dcfeb327 100644 (file)
@@ -6,6 +6,9 @@ lib_LTLIBRARIES = libbabeltrace-plugin.la
 
 # Plug-in system library
 libbabeltrace_plugin_la_SOURCES = \
+       component.c \
+       component-class.c \
+       component-factory.c \
        plugin.c \
        source.c \
        sink.c \
@@ -17,4 +20,3 @@ libbabeltrace_plugin_la_LDFLAGS = \
 
 libbabeltrace_plugin_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la
-       $(top_builddir)/ctf/ir/libctf-ir.la
This page took 0.02266 seconds and 4 git commands to generate.