build/meson: explicitly link libnm-core-aux-intern
This commit is contained in:
@@ -17,6 +17,7 @@ executable(
|
|||||||
link_with: [
|
link_with: [
|
||||||
libNetworkManagerBase,
|
libNetworkManagerBase,
|
||||||
libnmi_core,
|
libnmi_core,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_platform,
|
libnm_platform,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
|
@@ -205,6 +205,7 @@ executable(
|
|||||||
],
|
],
|
||||||
link_with: [
|
link_with: [
|
||||||
libNetworkManagerBase,
|
libNetworkManagerBase,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_systemd_core,
|
libnm_systemd_core,
|
||||||
libnm_platform,
|
libnm_platform,
|
||||||
@@ -247,6 +248,7 @@ if enable_tests
|
|||||||
dependencies: core_default_dep,
|
dependencies: core_default_dep,
|
||||||
link_with: [
|
link_with: [
|
||||||
libNetworkManagerTest,
|
libNetworkManagerTest,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_platform,
|
libnm_platform,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
@@ -297,6 +299,7 @@ NetworkManager_all_sym = executable(
|
|||||||
link_whole: [
|
link_whole: [
|
||||||
libNetworkManager,
|
libNetworkManager,
|
||||||
libNetworkManagerBase,
|
libNetworkManagerBase,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_platform,
|
libnm_platform,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
@@ -335,6 +338,7 @@ NetworkManager = executable(
|
|||||||
link_with: [
|
link_with: [
|
||||||
libNetworkManager,
|
libNetworkManager,
|
||||||
libNetworkManagerBase,
|
libNetworkManagerBase,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_platform,
|
libnm_platform,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
|
@@ -89,6 +89,7 @@ libnm = shared_library(
|
|||||||
],
|
],
|
||||||
link_whole: [
|
link_whole: [
|
||||||
libnm_client_impl,
|
libnm_client_impl,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
libnm_udev_aux,
|
libnm_udev_aux,
|
||||||
|
@@ -23,6 +23,7 @@ foreach test_unit: test_units
|
|||||||
link_with: [
|
link_with: [
|
||||||
libnm_client_impl,
|
libnm_client_impl,
|
||||||
libnm_client_test,
|
libnm_client_test,
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
libnm_udev_aux,
|
libnm_udev_aux,
|
||||||
|
@@ -114,6 +114,5 @@ libnm_core_impl = static_library(
|
|||||||
],
|
],
|
||||||
link_with: [
|
link_with: [
|
||||||
libnm_crypto,
|
libnm_crypto,
|
||||||
libnm_core_aux_intern,
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@@ -28,6 +28,7 @@ foreach test_unit: test_units
|
|||||||
libnm_core_public_dep,
|
libnm_core_public_dep,
|
||||||
],
|
],
|
||||||
link_with: [
|
link_with: [
|
||||||
|
libnm_core_aux_intern,
|
||||||
libnm_core_impl,
|
libnm_core_impl,
|
||||||
libnm_base,
|
libnm_base,
|
||||||
libnm_log_null,
|
libnm_log_null,
|
||||||
|
Reference in New Issue
Block a user