summaryrefslogtreecommitdiffstats
path: root/src/sulogin-shell/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/sulogin-shell/meson.build')
-rw-r--r--src/sulogin-shell/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sulogin-shell/meson.build b/src/sulogin-shell/meson.build
new file mode 100644
index 0000000..34b2b32
--- /dev/null
+++ b/src/sulogin-shell/meson.build
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+executables += [
+ libexec_template + {
+ 'name' : 'systemd-sulogin-shell',
+ 'sources' : files('sulogin-shell.c'),
+ },
+]