Introduce bt_plugin and bt_component_class
[babeltrace.git] / plugins / Makefile.am
index 55c866c824b9d2545a83e09bafed25b127cf1b6f..88643977fa8bae81ae642d6171e81fa5dcfeb327 100644 (file)
@@ -6,8 +6,10 @@ lib_LTLIBRARIES = libbabeltrace-plugin.la
 
 # Plug-in system library
 libbabeltrace_plugin_la_SOURCES = \
+       component.c \
+       component-class.c \
+       component-factory.c \
        plugin.c \
-       filter.c \
        source.c \
        sink.c \
        iterator.c
@@ -18,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.02284 seconds and 4 git commands to generate.