]> git.proxmox.com Git - mirror_lxcfs.git/blame - share/meson.build
Merge pull request #518 from brauner/2022-03-07.fixes
[mirror_lxcfs.git] / share / meson.build
CommitLineData
d90ab57e
CB
1# SPDX-License-Identifier: LGPL-2.1-or-later
2
e5af758b
CB
3lxcfs_conf_data = custom_target(
4 '00-lxcfs.conf',
5 input : '00-lxcfs.conf.in',
6 output : '00-lxcfs.conf',
7 command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
8 install : true,
9 install_dir : lxcconfdir)
d90ab57e 10
e5af758b
CB
11lxcfs_hook_mount_data = custom_target(
12 'lxc.mount.hook',
13 input : 'lxc.mount.hook.in',
14 output : 'lxc.mount.hook',
15 command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
16 install : true,
17 install_dir : lxcfssharedir)
d90ab57e 18
e5af758b
CB
19lxcfs_hook_reboot_data = custom_target(
20 'lxc.reboot.hook',
21 input : 'lxc.reboot.hook.in',
22 output : 'lxc.reboot.hook',
23 command : [meson_render_jinja2, config_h, '@INPUT@', '@OUTPUT@'],
24 install : true,
25 install_dir : lxcfssharedir)