X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=29226a301ca4f1181674895571100c985cc45547;hb=33bceaf8b418f6f3e63371e4ba36ed552e8fe2df;hp=271190b8a6f63a0e17d033d29e1976a6ca9bd40b;hpb=38d02a17cb959fe5cda3ef5c5522ebee3b9a50b3;p=babeltrace.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 271190b8..29226a30 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -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)