about summary refs log tree commit diff
path: root/dispatcher/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher/meson.build')
-rw-r--r--dispatcher/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatcher/meson.build b/dispatcher/meson.build
index 7c92fc55..5859a6ed 100644
--- a/dispatcher/meson.build
+++ b/dispatcher/meson.build
@@ -31,6 +31,9 @@ deps = [
 ]
 
 cflags = [
+  '-DLIBEXECDIR="@0@"'.format(nm_libexecdir),
+  '-DSYSCONFDIR="@0@"'.format(nm_sysconfdir),
+  '-DNMCONFDIR="@0@"'.format(nm_pkgconfdir),
   '-DG_LOG_DOMAIN="@0@"'.format(name),
   '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',
 ]