summaryrefslogtreecommitdiff
path: root/clients/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/meson.build')
-rw-r--r--clients/common/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/common/meson.build b/clients/common/meson.build
index afa257b1df..f68435ec9e 100644
--- a/clients/common/meson.build
+++ b/clients/common/meson.build
@@ -1,7 +1,5 @@
common_inc = include_directories('.')
-nm_polkit_listener = files('nm-polkit-listener.c')
-
common_deps = [
libnm_dep,
libnm_nm_default_dep,
@@ -13,6 +11,7 @@ sources = files(
'nm-client-utils.c',
'nm-secret-agent-simple.c',
'nm-vpn-helpers.c',
+ 'nm-polkit-listener.c',
)
libnmc_base = static_library(