summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-09 18:06:15 +0200
committerThomas Haller <thaller@redhat.com>2020-06-11 10:53:50 +0200
commita9408e34974b62e60b5e71fb975e09b7c5c82b7d (patch)
treec2fa0aa119ac42a256b674a3f1f5ad8772c25f18 /shared/meson.build
parente17a067e684d070c438febcc3e5c756eb984e821 (diff)
downloadNetworkManager-a9408e34974b62e60b5e71fb975e09b7c5c82b7d.tar.gz
all: move "shared/nm-libnm-core-aux" to "libnm-core/nm-libnm-core-aux"
Like the previous commit. Move code that depends on libnm-core out of shared to avoid circular dependency. Also add a readme file explaining the reason for existence of the helper libraries nm-libnm-core-intern and nm-libnm-core-aux.
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/meson.build b/shared/meson.build
index 7399e55118..32a0b23c3c 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -107,8 +107,6 @@ nm_version_macro_header = configure_file(
configuration: data_conf,
)
-nm_libnm_core_aux_source = files('nm-libnm-core-aux/nm-libnm-core-aux.c')
-
nm_libnm_aux_source = files('nm-libnm-aux/nm-libnm-aux.c')
nm_meta_setting_source = files('nm-meta-setting.c')