diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 12:28:42 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-07 14:50:41 +0100 |
commit | daf72e8df1edc1ea1f7ec6330294dcafc1e2f6a5 (patch) | |
tree | 04e89ad0753f13922e6b441c1566a96b5cf440d8 /meson.build | |
parent | Move bootctl to its own source subdirectory (diff) | |
download | systemd-daf72e8df1edc1ea1f7ec6330294dcafc1e2f6a5.tar.xz systemd-daf72e8df1edc1ea1f7ec6330294dcafc1e2f6a5.zip |
Move bless-boot components to their own source subdirectory
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 2624bd363b..e76115a619 100644 --- a/meson.build +++ b/meson.build @@ -2344,6 +2344,7 @@ subdir('src/ask-password') subdir('src/backlight') subdir('src/battery-check') subdir('src/binfmt') +subdir('src/bless-boot') subdir('src/boot') subdir('src/boot/efi') subdir('src/bootctl') |