meson: move declarations of cgroups-agent, id128, volatile-root, and path

This commit is contained in:
Yu Watanabe
2023-06-25 16:34:27 +09:00
parent 98e39a5561
commit e2bdf00a22
5 changed files with 40 additions and 39 deletions

9
src/path/meson.build Normal file
View File

@@ -0,0 +1,9 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
executables += [
executable_template + {
'name' : 'systemd-path',
'public' : true,
'sources' : files('path.c'),
},
]