mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05: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:
+2
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user