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, 1 insertions, 2 deletions
diff --git a/dispatcher/tests/meson.build b/dispatcher/tests/meson.build
index 6ead88bf..b18c66e5 100644
--- a/dispatcher/tests/meson.build
+++ b/dispatcher/tests/meson.build
@@ -13,8 +13,7 @@ exe = executable(
   c_args: [
       '-DNETWORKMANAGER_COMPILATION_TEST',
       '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',
-    ] +
-    nm_build_cflags,
+    ],
   link_with: libnm_dispatcher_core
 )