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.build7
1 files changed, 5 insertions, 2 deletions
diff --git a/dispatcher/tests/meson.build b/dispatcher/tests/meson.build
index 3da3c3e9..9d6a16de 100644
--- a/dispatcher/tests/meson.build
+++ b/dispatcher/tests/meson.build
@@ -7,9 +7,12 @@ incs = [
 
 exe = executable(
   test_unit,
-  test_unit + '.c',
+  [ test_unit + '.c' ] + [ nmdbus_dispatcher_sources ],
   include_directories: incs,
-  dependencies: libnm_core_dep,
+  dependencies: [
+    libnm_core_dep,
+    libnm_dep,
+  ],
   c_args: [
       '-DNETWORKMANAGER_COMPILATION_TEST',
       '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT',