mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-25 20:25:27 +00:00
meson: Include rootfs dir
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
0860988ed9
commit
6dfabed1fa
8
doc/rootfs/meson.build
Normal file
8
doc/rootfs/meson.build
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
|
|
||||||
|
rootfs_readme = configure_file(
|
||||||
|
configuration: dummy_config_data,
|
||||||
|
input: 'README',
|
||||||
|
output: 'README',
|
||||||
|
install: true,
|
||||||
|
install_dir: lxcrootfsmount)
|
@ -598,6 +598,7 @@ liblxc_dep = declare_dependency(
|
|||||||
dependencies: liblxc_dependencies)
|
dependencies: liblxc_dependencies)
|
||||||
|
|
||||||
# Rest of sub-directories.
|
# Rest of sub-directories.
|
||||||
|
subdir('doc/rootfs')
|
||||||
subdir('hooks')
|
subdir('hooks')
|
||||||
subdir('src/lxc/cmd')
|
subdir('src/lxc/cmd')
|
||||||
subdir('src/lxc/tools')
|
subdir('src/lxc/tools')
|
||||||
|
Loading…
Reference in New Issue
Block a user