meson: Include rootfs dir

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2022-05-01 11:59:54 +02:00
parent 0860988ed9
commit 6dfabed1fa
No known key found for this signature in database
GPG Key ID: C638974D64792D67
2 changed files with 9 additions and 0 deletions

8
doc/rootfs/meson.build Normal file
View 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)

View File

@ -598,6 +598,7 @@ liblxc_dep = declare_dependency(
dependencies: liblxc_dependencies)
# Rest of sub-directories.
subdir('doc/rootfs')
subdir('hooks')
subdir('src/lxc/cmd')
subdir('src/lxc/tools')