about summary refs log tree commit diff
path: root/dispatcher/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher/tests/meson.build')
-rw-r--r--dispatcher/tests/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/dispatcher/tests/meson.build b/dispatcher/tests/meson.build
index b18c66e5..6ead88bf 100644
--- a/dispatcher/tests/meson.build
+++ b/dispatcher/tests/meson.build
@@ -13,7 +13,8 @@ exe = executable(
   c_args: [
       '-DNETWORKMANAGER_COMPILATION_TEST',
       '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',
-    ],
+    ] +
+    nm_build_cflags,
   link_with: libnm_dispatcher_core
 )