mirror of
https://github.com/systemd/systemd.git
synced 2026-08-05 07:30:30 +00:00
meson: move declarations of cgroups-agent, id128, volatile-root, and path
This commit is contained in:
9
src/path/meson.build
Normal file
9
src/path/meson.build
Normal 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'),
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user