summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-11-10 14:01:34 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-11-10 14:09:46 +0100
commita32e1f88967b3d9d0fd02fd53c7359b08ea3f67c (patch)
treee0a7c29ecc5bf49aaa48a67a333461f3a75abfba /meson.build
parentVarious multi-dt fixes and CHID test (#35056) (diff)
downloadsystemd-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.build1
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')