diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-08-16 11:39:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-11-03 11:23:54 +0100 |
commit | a43427013949c6593629f551cf46e9cf9c167100 (patch) | |
tree | e9bb6f6456bfeea1d2543e4e9d4d3362738c588d /meson.build | |
parent | tpm2-util: add common array for TPM2 hash algorithms (diff) | |
download | systemd-a43427013949c6593629f551cf46e9cf9c167100.tar.xz systemd-a43427013949c6593629f551cf46e9cf9c167100.zip |
pcrlock: add new pcrlock tool
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 43a87407b0..248e6cd609 100644 --- a/meson.build +++ b/meson.build @@ -2174,6 +2174,7 @@ subdir('src/oom') subdir('src/partition') subdir('src/path') subdir('src/pcrextend') +subdir('src/pcrlock') subdir('src/portable') subdir('src/pstore') subdir('src/quotacheck') |