diff options
Diffstat (limited to 'dispatcher')
-rw-r--r-- | dispatcher/meson.build | 2 | ||||
-rw-r--r-- | dispatcher/tests/meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dispatcher/meson.build b/dispatcher/meson.build index 05e570d897..7bd41935c5 100644 --- a/dispatcher/meson.build +++ b/dispatcher/meson.build @@ -27,7 +27,7 @@ sources = files('nm-dispatcher-utils.c') deps = [ libnm_dep, - nm_core_dep, + libnm_core_dep, ] cflags = [ diff --git a/dispatcher/tests/meson.build b/dispatcher/tests/meson.build index bf54fdff6d..3da3c3e912 100644 --- a/dispatcher/tests/meson.build +++ b/dispatcher/tests/meson.build @@ -9,7 +9,7 @@ exe = executable( test_unit, test_unit + '.c', include_directories: incs, - dependencies: nm_core_dep, + dependencies: libnm_core_dep, c_args: [ '-DNETWORKMANAGER_COMPILATION_TEST', '-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_CLIENT', |