about summary refs log tree commit diff
path: root/src/core/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ppp')
-rw-r--r--src/core/ppp/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ppp/meson.build b/src/core/ppp/meson.build
index ffeb0eba..9ee46113 100644
--- a/src/core/ppp/meson.build
+++ b/src/core/ppp/meson.build
@@ -14,6 +14,7 @@ nm_pppd_plugin = shared_module(
   ],
   link_with: [
     libnm_core_impl,
+    libnm_log_null,
     libnm_glib_aux,
     libnm_std_aux,
     libc_siphash,