fix: Static build fails with ctfser missing symbols
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 13 Jun 2019 14:50:42 +0000 (10:50 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 13 Jun 2019 15:40:05 +0000 (11:40 -0400)
commit4e87f509dec8aed765d6b6b4c868be65b8580c37
treeccf2570daac6b17c3a479037219e4a00e16e1587
parent578e048b5debf169e286e5b5cc747b5d6c16886d
fix: Static build fails with ctfser missing symbols

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
This page took 0.02405 seconds and 4 git commands to generate.