From a6add8175a150f9bf64ac0b27064dc0d736aea6a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 17 Oct 2018 14:09:13 +0200 Subject: 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. --- shared/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/meson.build') 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 -- cgit v1.2.1