summaryrefslogtreecommitdiff
path: root/dispatcher/tests/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-15 16:46:54 +0200
committerThomas Haller <thaller@redhat.com>2019-04-18 20:13:49 +0200
commite7836cd15165da701eeb09e764befbeee767466c (patch)
tree896e3d9b0bf488e6495b2831b9fc619bc0b4f08b /dispatcher/tests/meson.build
parent284ac92eee9c76c10725d4d6b7cdb77ade61ad27 (diff)
downloadNetworkManager-e7836cd15165da701eeb09e764befbeee767466c.tar.gz
build/meson: rename "nm_core_dep" to "libnm_core_dep"
The library is called "libnm_core". So the dependency should be called "libnm_core_dep", like in all other cases. (cherry picked from commit c27ad37c278461fd783b6db56844683ab3088345)
Diffstat (limited to 'dispatcher/tests/meson.build')
-rw-r--r--dispatcher/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
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',