X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=converter%2FMakefile.am;fp=converter%2FMakefile.am;h=a0eafaa05ab00fb3b1d8f41f5886e0070db50656;hp=5909e2a3a7ff2dc7b412b0567d3b4cde183bc206;hb=cba174d597a5c4a47ab7fd040b5650e23dd0b52c;hpb=5c0f40f4b900e41630c0291468c50aa9a62db8b1 diff --git a/converter/Makefile.am b/converter/Makefile.am index 5909e2a3..a0eafaa0 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,--no-whole-archive +endif + babeltrace_log_SOURCES = babeltrace-log.c babeltrace_log_LDADD = \