1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-11 20:58:27 +03:00

core/meson: move efi-random.c out of libcore

It's used only in core/main.c
This commit is contained in:
Mike Yuan 2025-03-08 19:23:04 +01:00
parent 5fe2b509aa
commit 568bafca50
No known key found for this signature in database
GPG Key ID: 417471C0A40F58B3

View File

@ -32,7 +32,6 @@ libcore_sources = files(
'dbus.c',
'device.c',
'dynamic-user.c',
'efi-random.c',
'emergency-action.c',
'exec-credential.c',
'execute.c',
@ -149,6 +148,7 @@ systemd_sources = files(
'ipe-setup.c',
'selinux-setup.c',
'smack-setup.c',
'efi-random.c',
)
systemd_executor_sources = files(