X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=converter%2FMakefile.am;h=262214f7cc8999548395e59dcefc31c9028e04c1;hb=83968c1a34a9462c83da2ec5d73de8415ac49d7b;hp=5909e2a3a7ff2dc7b412b0567d3b4cde183bc206;hpb=c42c79eae28bf6236e3660ac0ac9d773c97835bc;p=babeltrace.git diff --git a/converter/Makefile.am b/converter/Makefile.am index 5909e2a3..262214f7 100644 --- a/converter/Makefile.am +++ b/converter/Makefile.am @@ -25,6 +25,10 @@ if ENABLE_DEBUG_INFO babeltrace_LDADD += $(top_builddir)/lib/libdebug-info.la endif +if BUILT_IN_PLUGINS +babeltrace_LDFLAGS += -Wl,--whole-archive,$(top_builddir)/plugins/ctf/.libs/libbabeltrace-plugin-ctf.a,$(top_builddir)/plugins/text/.libs/libbabeltrace-plugin-ctf-text.a,$(top_builddir)/plugins/muxer/.libs/libbabeltrace-plugin-muxer.a,$(top_builddir)/plugins/writer/.libs/libbabeltrace-plugin-ctf-writer.a,--no-whole-archive +endif + babeltrace_log_SOURCES = babeltrace-log.c babeltrace_log_LDADD = \