summaryrefslogtreecommitdiff
path: root/clients/cli/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-02-19 15:23:34 +0100
committerThomas Haller <thaller@redhat.com>2021-02-24 12:48:37 +0100
commit9bba4871f3d46a3eccec84ac63e053e1dd1775b9 (patch)
tree45a7c0786e32220ff5100a171f5c9efb889b0621 /clients/cli/meson.build
parentb53c50e7786c6a5015fae0fc7538ccdd460ef985 (diff)
downloadNetworkManager-9bba4871f3d46a3eccec84ac63e053e1dd1775b9.tar.gz
build: move "libnm/" to "src/" and split it
Like with "libnm-core/", split "libnm/" into different directories for the public headers, for the implementation and for the helper "aux" library.
Diffstat (limited to 'clients/cli/meson.build')
-rw-r--r--clients/cli/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/cli/meson.build b/clients/cli/meson.build
index cef0b880ff..8feaefd8e4 100644
--- a/clients/cli/meson.build
+++ b/clients/cli/meson.build
@@ -24,7 +24,7 @@ executable(
dependencies: [
libnmc_base_dep,
libnmc_dep,
- libnm_libnm_aux_dep,
+ libnm_client_aux_extern_dep,
libnm_core_aux_extern_dep_link,
libnm_core_aux_intern_dep_link,
libnm_base_dep_link,
@@ -46,7 +46,7 @@ generate_docs_nm_settings_nmcli = executable(
dependencies: [
libnmc_base_dep,
libnmc_dep,
- libnm_libnm_aux_dep,
+ libnm_client_aux_extern_dep,
libnm_core_aux_extern_dep_link,
libnm_core_aux_intern_dep_link,
libnm_base_dep_link,