summaryrefslogtreecommitdiff
path: root/src/shared/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-05-31 11:34:05 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-02 13:09:09 +0900
commitaf72f975fe61c2ec0bfeb382939b591d4c754165 (patch)
tree1af8859fe2cb0b599a0f3854cb8a4f1a53bbddfd /src/shared/meson.build
parent14c811ff4a3025a3ba8b969f7228c05d31eb3796 (diff)
downloadsystemd-af72f975fe61c2ec0bfeb382939b591d4c754165.tar.gz
Move basic/recovery-key.* to shared/
No particular reason to have it in basic/. We should let homectl and other users share the single copy through libsystemd-shared.
Diffstat (limited to 'src/shared/meson.build')
-rw-r--r--src/shared/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/meson.build b/src/shared/meson.build
index 1d4e4a07c0..1ddbfac677 100644
--- a/src/shared/meson.build
+++ b/src/shared/meson.build
@@ -266,6 +266,8 @@ shared_sources = files(
'quota-util.h',
'reboot-util.c',
'reboot-util.h',
+ 'recovery-key.c',
+ 'recovery-key.h',
'resize-fs.c',
'resize-fs.h',
'resolve-util.c',