summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-05-05 09:57:04 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-07 23:33:09 +0200
commitc76dd733afe04b36cdac16322a07201c5793f2df (patch)
treecae6b783b67849a6a7d1c285e633101f1d210cde /meson.build
parentc07bf7a4edfa356d0b2dd7758f660624b5b97a06 (diff)
downloadsystemd-c76dd733afe04b36cdac16322a07201c5793f2df.tar.gz
homed: make default storage/file system type configurable in homed.conf
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 fea226e2d6..1ba304770c 100644
--- a/meson.build
+++ b/meson.build
@@ -1492,6 +1492,7 @@ meson_apply_m4 = find_program('tools/meson-apply-m4.sh')
includes = include_directories('src/basic',
'src/boot',
+ 'src/home',
'src/shared',
'src/systemd',
'src/journal',