summary refs log tree commit diff
path: root/src/libnm-log-null/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-log-null/meson.build')
-rw-r--r--src/libnm-log-null/meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libnm-log-null/meson.build b/src/libnm-log-null/meson.build
new file mode 100644
index 00000000..cd353048
--- /dev/null
+++ b/src/libnm-log-null/meson.build
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+libnm_log_null = static_library(
+  'nm-log-null',
+  sources: 'nm-logging-null.c',
+  include_directories: [
+    src_inc,
+    top_inc,
+  ],
+  dependencies: glib_dep,
+)