X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=29226a301ca4f1181674895571100c985cc45547;hb=33bceaf8b418f6f3e63371e4ba36ed552e8fe2df;hp=ec8248ffbdbe29a49f9c680c5d69d69bac421a3b;hpb=0d884c50d1a934e65bf6893b0232b0e7fdecf70a;p=babeltrace.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index ec8248ff..29226a30 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,17 +1,20 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -SUBDIRS = . +SUBDIRS = . ctf 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)