mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-24 16:50:32 +01:00
build/meson: explicitly link libnm-crypto
This commit is contained in:
parent
c9bbd15597
commit
70836d6a08
6 changed files with 8 additions and 3 deletions
|
|
@ -19,6 +19,7 @@ executable(
|
|||
libnmi_core,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_platform,
|
||||
libnm_base,
|
||||
libnm_systemd_shared,
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ executable(
|
|||
libNetworkManagerBase,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_systemd_core,
|
||||
libnm_platform,
|
||||
libnm_systemd_shared,
|
||||
|
|
@ -250,6 +251,7 @@ if enable_tests
|
|||
libNetworkManagerTest,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_platform,
|
||||
libnm_base,
|
||||
libnm_systemd_shared,
|
||||
|
|
@ -301,6 +303,7 @@ NetworkManager_all_sym = executable(
|
|||
libNetworkManagerBase,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_platform,
|
||||
libnm_base,
|
||||
libnm_log_core,
|
||||
|
|
@ -340,6 +343,7 @@ NetworkManager = executable(
|
|||
libNetworkManagerBase,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_platform,
|
||||
libnm_base,
|
||||
libnm_udev_aux,
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ libnm = shared_library(
|
|||
libnm_client_impl,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_base,
|
||||
libnm_udev_aux,
|
||||
libnm_systemd_shared,
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ foreach test_unit: test_units
|
|||
libnm_client_test,
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_base,
|
||||
libnm_udev_aux,
|
||||
libnm_systemd_shared,
|
||||
|
|
|
|||
|
|
@ -112,7 +112,4 @@ libnm_core_impl = static_library(
|
|||
libnm_core_public_dep,
|
||||
uuid_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_crypto,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ foreach test_unit: test_units
|
|||
link_with: [
|
||||
libnm_core_aux_intern,
|
||||
libnm_core_impl,
|
||||
libnm_crypto,
|
||||
libnm_base,
|
||||
libnm_log_null,
|
||||
libnm_systemd_shared,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue