Fix build with BUILT_IN_PLUGINS=1
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 8 Jun 2017 17:13:07 +0000 (13:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 21:03:27 +0000 (17:03 -0400)
commit1b83271bb496e994fdb6ba4047e88824ec391d43
treec4acd43f192eba9e3c8642e18aeb14b0dd2edffe
parent36712f1d9ad9269638e493ca36a50979fe4da989
Fix build with BUILT_IN_PLUGINS=1

Changes:

* Make library always depend on its convenience libraries. Since the
  library is not linked with --whole-archive in the CLI when
  BUILT_IN_PLUGINS=1 (like plugins are), it's okay for it to include
  convenience symbols.

* Do not build tests/lib/test_plugin when BUILT_IN_PLUGINS=1

* Do not build tests/plugins when BUILT_IN_PLUGINS=1

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/logging-internal.h
lib/Makefile.am
tests/Makefile.am
tests/lib/Makefile.am
tests/plugins/Makefile.am
This page took 0.025873 seconds and 4 git commands to generate.