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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-05-31 11:34:05 +02:00 committed by Yu Watanabe
parent 14c811ff4a
commit af72f975fe
4 changed files with 2 additions and 2 deletions

View file

@ -194,8 +194,6 @@ basic_sources = files(
'ratelimit.h',
'raw-clone.h',
'raw-reboot.h',
'recovery-key.c',
'recovery-key.h',
'recurse-dir.c',
'recurse-dir.h',
'replace-var.c',

View file

@ -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',