summaryrefslogtreecommitdiff
path: root/dispatcher/tests
diff options
context:
space:
mode:
Diffstat (limited to 'dispatcher/tests')
-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 6ead88bf87..b18c66e53c 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
)