summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-11-24 10:28:22 +0100
committerThomas Haller <thaller@redhat.com>2019-11-28 19:20:33 +0100
commit41d81e68934980ec684982be9ffc8fd85f267470 (patch)
tree245d26674f2f3b466ecc0ad4b65d107cd50d409e /shared/meson.build
parent61381b8ee4559c9bc454725790f01bb735c257bc (diff)
downloadNetworkManager-41d81e68934980ec684982be9ffc8fd85f267470.tar.gz
shared/logging: add "nm-logging-base.h"
We have "nm-logging-fwd.h", which (as the name implies) is header-only. Add instead a "nm-logging-base.c", which also contains implementation for logging functions that are not only useful under "src/nm-logging.c"
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/meson.build b/shared/meson.build
index e87d9a3b66..6548746a95 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -137,6 +137,7 @@ sources = files(
'nm-glib-aux/nm-io-utils.c',
'nm-glib-aux/nm-json-aux.c',
'nm-glib-aux/nm-keyfile-aux.c',
+ 'nm-glib-aux/nm-logging-base.c',
'nm-glib-aux/nm-random-utils.c',
'nm-glib-aux/nm-ref-string.c',
'nm-glib-aux/nm-secret-utils.c',