fix: Static build fails with ctfser missing symbols
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 13 Jun 2019 14:50:42 +0000 (10:50 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:23 +0000 (17:24 -0400)
Spliting the ctf-writer from the main library had the side effect of not
including the ctfser convience library in the main lib anymore. Thus it
should now be linked with the binairies to satisfy the dependencies when
we statically link the plugins in.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I4626dcabce1914f0af2287afe8c3fcf7b7db9946
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1421
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/cli/Makefile.am

index 45297d52447acf31a70d166708ae710b3ca90ff3..b8b1a7aa6b2cb5602641a3e6a2b97efbb7ab3810 100644 (file)
@@ -45,6 +45,7 @@ babeltrace2_bin_LDADD = \
        $(top_builddir)/src/compat/libcompat.la \
        $(top_builddir)/src/common/libbabeltrace2-common.la \
        $(top_builddir)/src/logging/libbabeltrace2-logging.la \
+       $(top_builddir)/src/ctfser/libbabeltrace2-ctfser.la \
        $(POPT_LIBS)
 
 if ENABLE_BUILT_IN_PLUGINS
This page took 0.024004 seconds and 4 git commands to generate.