mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 22:20:08 +01:00
build/meson: explicitly link libnm-core-aux-intern
This commit is contained in:
parent
e2004d2849
commit
c9bbd15597
6 changed files with 8 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ executable(
|
|||
link_with: [
|
||||
libNetworkManagerBase,
|
||||
libnmi_core,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_platform,
|
||||
libnm_base,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@ libnm = shared_library(
|
|||
],
|
||||
link_whole: [
|
||||
libnm_client_impl,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_base,
|
||||
libnm_udev_aux,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -114,6 +114,5 @@ libnm_core_impl = static_library(
|
|||
],
|
||||
link_with: [
|
||||
libnm_crypto,
|
||||
libnm_core_aux_intern,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue