X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2FMakefile.am;h=be2de4e7a86409f198aa1f968e25491a095499c9;hb=04df8ef357af85f6741aca483a80acb57eb2875c;hp=29226a301ca4f1181674895571100c985cc45547;hpb=33bceaf8b418f6f3e63371e4ba36ed552e8fe2df;p=babeltrace.git diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 29226a30..be2de4e7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,22 +1,7 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include +SUBDIRS = libctfcopytrace ctf text utils -SUBDIRS = . ctf +if ENABLE_DEBUG_INFO +SUBDIRS += lttng-utils +endif -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 library objects. -libbabeltrace_plugin_la_LDFLAGS = \ - -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION) - -libbabeltrace_plugin_la_LIBADD = \ - $(top_builddir)/lib/libbabeltrace.la +noinst_HEADERS = plugins-common.h