mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Makefile: fix build fail when make rpm
Build fail and error like this: CC qemu/libvirt_driver_qemu_impl_la-qemu_command.lo qemu/qemu_capabilities.c:46:27: fatal error: qemu_capspriv.h: No such file or directory #include "qemu_capspriv.h" Add qemu_capspriv.h to source. Signed-off-by: Luyao Huang <lhuang@redhat.com>
This commit is contained in:
parent
dae1250b24
commit
789bdd7dea
@ -763,7 +763,8 @@ QEMU_DRIVER_SOURCES = \
|
||||
qemu/qemu_monitor_json.c \
|
||||
qemu/qemu_monitor_json.h \
|
||||
qemu/qemu_driver.c qemu/qemu_driver.h \
|
||||
qemu/qemu_interface.c qemu/qemu_interface.h
|
||||
qemu/qemu_interface.c qemu/qemu_interface.h \
|
||||
qemu/qemu_capspriv.h
|
||||
|
||||
XENAPI_DRIVER_SOURCES = \
|
||||
xenapi/xenapi_driver.c xenapi/xenapi_driver.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user