mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 22:50:08 +01:00
build/meson: cleanup libnm-client-aux-extern
This commit is contained in:
parent
d81b5c4129
commit
992402adfb
6 changed files with 8 additions and 11 deletions
|
|
@ -24,11 +24,12 @@ executable(
|
|||
dependencies: [
|
||||
libnmc_base_dep,
|
||||
libnmc_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
libnm_dep,
|
||||
glib_dep,
|
||||
readline_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_client_aux_extern,
|
||||
libnm_core_aux_extern,
|
||||
libnm_core_aux_intern,
|
||||
libnm_base,
|
||||
|
|
@ -51,7 +52,7 @@ generate_docs_nm_settings_nmcli = executable(
|
|||
dependencies: [
|
||||
libnmc_base_dep,
|
||||
libnmc_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
libnm_dep,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ libnm_cloud_setup_core = static_library(
|
|||
dependencies: [
|
||||
libnmc_base_dep,
|
||||
libnmc_dep,
|
||||
libnm_dep,
|
||||
libcurl_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
|
@ -57,6 +57,7 @@ executable(
|
|||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_client_aux_extern,
|
||||
libnm_core_aux_extern,
|
||||
libnm_core_aux_intern,
|
||||
libnm_log_null,
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ executable(
|
|||
'nm-online' + '.c',
|
||||
dependencies: [
|
||||
libnm_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_client_aux_extern,
|
||||
libnm_glib_aux,
|
||||
libnm_std_aux,
|
||||
libc_siphash,
|
||||
|
|
|
|||
|
|
@ -50,10 +50,11 @@ executable(
|
|||
libnmc_base_dep,
|
||||
libnmc_dep,
|
||||
libnmt_newt_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
libnm_dep,
|
||||
glib_dep,
|
||||
],
|
||||
link_with: [
|
||||
libnm_client_aux_extern,
|
||||
libnm_core_aux_extern,
|
||||
libnm_core_aux_intern,
|
||||
libnm_base,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ libnm_dispatcher_core = static_library(
|
|||
sources: 'nm-dispatcher-utils.c',
|
||||
dependencies: [
|
||||
libnm_dep,
|
||||
libnm_client_aux_extern_dep,
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -6,11 +6,6 @@ libnm_client_aux_extern = static_library(
|
|||
'nm-libnm-aux.c',
|
||||
),
|
||||
dependencies: [
|
||||
libnm_core_public_dep,
|
||||
libnm_dep,
|
||||
],
|
||||
)
|
||||
|
||||
libnm_client_aux_extern_dep = declare_dependency(
|
||||
link_with: [libnm_client_aux_extern],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue