1executable('virtiofsd', files( 2 'buffer.c', 3 'fuse_opt.c', 4 'fuse_log.c', 5 'fuse_lowlevel.c', 6 'fuse_signals.c', 7 'fuse_virtio.c', 8 'helper.c', 9 'passthrough_ll.c', 10 'passthrough_seccomp.c'), 11 dependencies: [seccomp, qemuutil, libcap_ng, vhost_user], 12 install: true, 13 install_dir: get_option('libexecdir')) 14 15configure_file(input: '50-qemu-virtiofsd.json.in', 16 output: '50-qemu-virtiofsd.json', 17 configuration: { 'libexecdir' : get_option('prefix') / get_option('libexecdir') }, 18 install_dir: qemu_datadir / 'vhost-user') 19