Re: [libvirt] [PATCH] Makefile: fix build fail when make rpm

2015-09-23 Thread lhuang
On 09/23/2015 02:44 PM, Ján Tomko wrote: On Wed, Sep 23, 2015 at 10:09:47AM +0800, Luyao Huang wrote: 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

Re: [libvirt] [PATCH] Makefile: fix build fail when make rpm

2015-09-23 Thread Ján Tomko
On Wed, Sep 23, 2015 at 10:09:47AM +0800, Luyao Huang wrote: > 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

[libvirt] [PATCH] Makefile: fix build fail when make rpm

2015-09-22 Thread Luyao Huang
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 ---