Introduce bt_plugin and bt_component_class
[babeltrace.git] / plugins / Makefile.am
index d6523a745401521ce93edf172b77d4ecc6a126a8..88643977fa8bae81ae642d6171e81fa5dcfeb327 100644 (file)
@@ -4,16 +4,19 @@ SUBDIRS = .
 
 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 \
        iterator.c
 
-# Request that the linker keeps all static libraries objects.
+# Request that the linker keeps all static librarie objects.
 libbabeltrace_plugin_la_LDFLAGS = \
        -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_plugin_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la
-       $(top_builddir)/ctf/ir/libctf-ir.la
This page took 0.024595 seconds and 4 git commands to generate.