Discover plugins in converter.c
[babeltrace.git] / plugins / Makefile.am
index 271190b8a6f63a0e17d033d29e1976a6ca9bd40b..29226a301ca4f1181674895571100c985cc45547 100644 (file)
@@ -6,12 +6,15 @@ 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 librarie objects.
+# Request that the linker keeps all static library objects.
 libbabeltrace_plugin_la_LDFLAGS = \
        -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
 
This page took 0.041599 seconds and 4 git commands to generate.