port: fix link order of babeltrace2.exe
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 8 Oct 2019 19:20:39 +0000 (15:20 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 9 Oct 2019 14:53:19 +0000 (10:53 -0400)
commit3725ce94ae60136f22d7986ca96f0a67d6be62e5
treeef7cf1870ea3da64bf195cb7230ac369e095fc53
parent3f750a2fd0052f6cf6038230906ae41bd07cb5b2
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.025952 seconds and 4 git commands to generate.