port: fix link order of babeltrace2.exe
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 8 Oct 2019 19:20:39 +0000 (15:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Oct 2019 18:14:29 +0000 (14:14 -0400)
commita2c0c55f714233dc708a71856ea5dfafe058f877
tree250a69ac8adf2095c918804c6a3561a3dfda8669
parent6a9bd19d8342a6e878cfe58208cfa3bc34af98d1
port: fix link order of babeltrace2.exe

On both Cygwin and MINGW, the link order of static libraries in an exe
requires the dependent libraries to come first. In this case
'libbabeltrace2-param-parse.la' depends on 'libbabeltrace2.la' for the
'bt_value_bool_create_init' symbol and thus has to be listed before.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I64df3dddcc65233c63f61af3fe7a6a093990c203
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2153
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cli/Makefile.am
This page took 0.024099 seconds and 4 git commands to generate.