]> git.proxmox.com Git - mirror_qemu.git/blame - storage-daemon/meson.build
hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
[mirror_qemu.git] / storage-daemon / meson.build
CommitLineData
7c58bb76
PB
1qsd_ss = ss.source_set()
2qsd_ss.add(files('qemu-storage-daemon.c'))
3eacf70b 3qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil, gnutls)
7c58bb76 4
a81df1b6 5subdir('qapi')
7c58bb76
PB
6
7if have_tools
8 qsd_ss = qsd_ss.apply(config_host, strict: false)
cc1838c2
TH
9 qsd = executable('qemu-storage-daemon',
10 qsd_ss.sources(),
11 dependencies: qsd_ss.dependencies(),
12 install: true)
7c58bb76 13endif