summaryrefslogtreecommitdiff
path: root/src/boot/efi/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/meson.build')
-rw-r--r--src/boot/efi/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build
index d74660b27f..277432c7e0 100644
--- a/src/boot/efi/meson.build
+++ b/src/boot/efi/meson.build
@@ -8,6 +8,7 @@ efi_headers = files('''
linux.h
measure.h
pe.h
+ random-seed.h
sha256.h
shim.h
splash.h
@@ -26,6 +27,7 @@ systemd_boot_sources = '''
boot.c
console.c
crc32.c
+ random-seed.c
sha256.c
shim.c
'''.split()