diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-10 14:01:34 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-11-10 14:09:46 +0100 |
commit | a32e1f88967b3d9d0fd02fd53c7359b08ea3f67c (patch) | |
tree | e0a7c29ecc5bf49aaa48a67a333461f3a75abfba /meson.build | |
parent | Various multi-dt fixes and CHID test (#35056) (diff) | |
download | systemd-a32e1f88967b3d9d0fd02fd53c7359b08ea3f67c.tar.xz systemd-a32e1f88967b3d9d0fd02fd53c7359b08ea3f67c.zip |
Move growfs+makefs to src/growfs/
Those two programs are used together and it makes sense to keep them
together. makefs is smaller, so name the directory after growfs.
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 f579807945..32c192965c 100644 --- a/meson.build +++ b/meson.build @@ -2366,6 +2366,7 @@ subdir('src/fsck') subdir('src/fstab-generator') subdir('src/getty-generator') subdir('src/gpt-auto-generator') +subdir('src/growfs') subdir('src/hibernate-resume') subdir('src/home') subdir('src/hostname') |