]> git.proxmox.com Git - mirror_lxcfs.git/blob - share/meson.build
Merge pull request #508 from Blub/2021-12-09/cgv2-swap-meminfo
[mirror_lxcfs.git] / share / meson.build
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2
3 lxcfs_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)
10
11 lxcfs_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)
18
19 lxcfs_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)