summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-17 14:09:13 +0200
committerThomas Haller <thaller@redhat.com>2018-10-18 12:16:55 +0200
commita6add8175a150f9bf64ac0b27064dc0d736aea6a (patch)
treeb6a77fd72f1dd51fcb84d0be58c433ec22261e93 /shared/meson.build
parent884ed152618c669eebf21503822b9090f53162a3 (diff)
downloadNetworkManager-a6add8175a150f9bf64ac0b27064dc0d736aea6a.tar.gz
shared: move nm_utils_get_monotonic_timestamp*() to shared/nm-utils.
This is independent functionality that only depends on linux API and glib. Note how "nm-logging" uses this for getting the timestamps. This makes "nm-logging.c" itself dependen on "src/nm-core-utils.c", for little reason.
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/meson.build b/shared/meson.build
index edac3bb9e1..9afc9a6d56 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -81,6 +81,8 @@ shared_nm_test_utils_impl_c = files('nm-test-utils-impl.c')
shared_nm_utils_nm_vpn_plugin_utils_c = files('nm-utils/nm-vpn-plugin-utils.c')
+shared_files_time_utils = files('nm-utils/nm-time-utils.c')
+
shared_files_libnm_core = files('''
nm-utils/c-list-util.c
nm-utils/nm-dedup-multi.c