]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Makefile: fix build fail when make rpm
authorLuyao Huang <lhuang@redhat.com>
Wed, 23 Sep 2015 02:09:47 +0000 (10:09 +0800)
committerJán Tomko <jtomko@redhat.com>
Wed, 23 Sep 2015 06:06:56 +0000 (08:06 +0200)
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>
src/Makefile.am

index 060abe8e26e2b746a6f6329b4a9a00acc2163e6c..07d587904f54702db33e98351cf3c7087ef981ff 100644 (file)
@@ -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   \