summary refs log tree commit diff
path: root/clients/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/meson.build')
-rw-r--r--clients/common/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/clients/common/meson.build b/clients/common/meson.build
index afa257b1..c32bb5e7 100644
--- a/clients/common/meson.build
+++ b/clients/common/meson.build
@@ -1,6 +1,6 @@
-common_inc = include_directories('.')
+# SPDX-License-Identifier: LGPL-2.1+
 
-nm_polkit_listener = files('nm-polkit-listener.c')
+common_inc = include_directories('.')
 
 common_deps = [
   libnm_dep,
@@ -13,6 +13,7 @@ sources = files(
   'nm-client-utils.c',
   'nm-secret-agent-simple.c',
   'nm-vpn-helpers.c',
+  'nm-polkit-listener.c',
 )
 
 libnmc_base = static_library(