summaryrefslogtreecommitdiff
path: root/src/ppp/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 15:47:54 +0200
commit26bd4c0cb397e48e4ec741eaeaf53447e9981ba4 (patch)
tree15191daa05b2e5a5613d0573894b032732002abb /src/ppp/meson.build
parent7bba026dcb3cdce475ab8e4835d613f5b6d58dfa (diff)
downloadNetworkManager-th/shared-library-refactoring.tar.gz
build/meson: rename "nm_core_dep" to "libnm_core_dep"th/shared-library-refactoring
The library is called "libnm_core". So the dependency should be called "libnm_core_dep", like in all other cases.
Diffstat (limited to 'src/ppp/meson.build')
-rw-r--r--src/ppp/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp/meson.build b/src/ppp/meson.build
index a0f2df505f..04c539e3de 100644
--- a/src/ppp/meson.build
+++ b/src/ppp/meson.build
@@ -2,7 +2,7 @@ name = 'nm-pppd-plugin'
deps = [
dl_dep,
- nm_core_dep,
+ libnm_core_dep,
]
nm_pppd_plugin = shared_module(