summary refs log tree commit diff
path: root/clients/cli/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'clients/cli/meson.build')
-rw-r--r--clients/cli/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/clients/cli/meson.build b/clients/cli/meson.build
index c5669c96..9449ce63 100644
--- a/clients/cli/meson.build
+++ b/clients/cli/meson.build
@@ -27,7 +27,9 @@ deps = [
 ]
 
 cflags = clients_cflags + [
+  '-DSYSCONFDIR="@0@"'.format(nm_sysconfdir),
   '-DG_LOG_DOMAIN="@0@"'.format(name),
+  '-DNMLOCALEDIR="@0@"'.format(nm_localedir)
 ]
 
 if enable_polkit_agent