]>
Commit | Line | Data |
---|---|---|
7c58bb76 PB |
1 | qsd_ss = ss.source_set() |
2 | qsd_ss.add(files('qemu-storage-daemon.c')) | |
4fb9071f | 3 | qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil) |
7c58bb76 | 4 | |
a81df1b6 | 5 | subdir('qapi') |
7c58bb76 PB |
6 | |
7 | if have_tools | |
8 | qsd_ss = qsd_ss.apply(config_host, strict: false) | |
9 | executable('qemu-storage-daemon', | |
10 | qsd_ss.sources(), | |
11 | dependencies: qsd_ss.dependencies(), | |
12 | install: true) | |
13 | endif |