summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-11-11 16:09:07 +0100
committerGitHub <noreply@github.com>2024-11-11 16:09:07 +0100
commit67e003d7dd2b595a7acd602635d9e56acaa45b6b (patch)
tree84fba86008dca88faf16b472a5c1b888fdd5ed4f /meson.build
parentnetwork: further rework for reconfiguring interfaces (#35059) (diff)
parentIntroduce systemd-keyutil to do various key/certificate operations (diff)
downloadsystemd-67e003d7dd2b595a7acd602635d9e56acaa45b6b.tar.xz
systemd-67e003d7dd2b595a7acd602635d9e56acaa45b6b.zip
Introduce systemd-keyutil to do various key/certificate operations (#35095)
Let's gather generic key/certificate operations in a new tool systemd-keyutil instead of spreading them across various special purpose tools. Fixes #35087
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c7b7399d7e..ba406f40e3 100644
--- a/meson.build
+++ b/meson.build
@@ -2378,6 +2378,7 @@ subdir('src/integritysetup')
subdir('src/journal')
subdir('src/journal-remote')
subdir('src/kernel-install')
+subdir('src/keyutil')
subdir('src/locale')
subdir('src/login')
subdir('src/machine')
@@ -2699,7 +2700,7 @@ endif
mkosi_depends = public_programs
-foreach executable : ['systemd-journal-remote', 'systemd-measure']
+foreach executable : ['systemd-journal-remote', 'systemd-measure', 'systemd-sbsign', 'systemd-keyutil']
if executable in executables_by_name
mkosi_depends += [executables_by_name[executable]]
endif