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)
commit5586bb37bd531a433e18f096f028f0f4ec182dd7
tree283482f11f78ebab4e74f0fa8895757b52578dd0
parent57952005b6a6a0aeb1e4ecb0d7ac0c6786d23dba
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.024014 seconds and 4 git commands to generate.