7 changed files with 15 additions and 23 deletions
@ -1,3 +0,0 @@ |
|||
storage-daemon-obj-y = qapi/libqsd-qapi.fa |
|||
|
|||
qemu-storage-daemon.o: storage-daemon/qapi/qapi-commands.h storage-daemon/qapi/qapi-init-commands.h |
|||
@ -1 +1,14 @@ |
|||
qsd_ss = ss.source_set() |
|||
qsd_ss.add(files('qemu-storage-daemon.c')) |
|||
qsd_ss.add(block, chardev, qmp, qom, qemuutil) |
|||
qsd_ss.add_all(blockdev_ss) |
|||
|
|||
subdir('qapi') |
|||
|
|||
if have_tools |
|||
qsd_ss = qsd_ss.apply(config_host, strict: false) |
|||
executable('qemu-storage-daemon', |
|||
qsd_ss.sources(), |
|||
dependencies: qsd_ss.dependencies(), |
|||
install: true) |
|||
endif |
|||
|
|||
Loading…
Reference in new issue