build/meson: explicitly link libnm-core-aux-intern

This commit is contained in:
Thomas Haller 2021-02-24 14:33:34 +01:00
parent e2004d2849
commit c9bbd15597
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
6 changed files with 8 additions and 1 deletions

View file

@ -17,6 +17,7 @@ executable(
link_with: [
libNetworkManagerBase,
libnmi_core,
libnm_core_aux_intern,
libnm_core_impl,
libnm_platform,
libnm_base,

View file

@ -205,6 +205,7 @@ executable(
],
link_with: [
libNetworkManagerBase,
libnm_core_aux_intern,
libnm_core_impl,
libnm_systemd_core,
libnm_platform,
@ -247,6 +248,7 @@ if enable_tests
dependencies: core_default_dep,
link_with: [
libNetworkManagerTest,
libnm_core_aux_intern,
libnm_core_impl,
libnm_platform,
libnm_base,
@ -297,6 +299,7 @@ NetworkManager_all_sym = executable(
link_whole: [
libNetworkManager,
libNetworkManagerBase,
libnm_core_aux_intern,
libnm_core_impl,
libnm_platform,
libnm_base,
@ -335,6 +338,7 @@ NetworkManager = executable(
link_with: [
libNetworkManager,
libNetworkManagerBase,
libnm_core_aux_intern,
libnm_core_impl,
libnm_platform,
libnm_base,

View file

@ -89,6 +89,7 @@ libnm = shared_library(
],
link_whole: [
libnm_client_impl,
libnm_core_aux_intern,
libnm_core_impl,
libnm_base,
libnm_udev_aux,

View file

@ -23,6 +23,7 @@ foreach test_unit: test_units
link_with: [
libnm_client_impl,
libnm_client_test,
libnm_core_aux_intern,
libnm_core_impl,
libnm_base,
libnm_udev_aux,

View file

@ -114,6 +114,5 @@ libnm_core_impl = static_library(
],
link_with: [
libnm_crypto,
libnm_core_aux_intern,
],
)

View file

@ -28,6 +28,7 @@ foreach test_unit: test_units
libnm_core_public_dep,
],
link_with: [
libnm_core_aux_intern,
libnm_core_impl,
libnm_base,
libnm_log_null,