]> git.ipfire.org Git - thirdparty/libvirt.git/commit
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)
commit789bdd7deadd10040b2c5590bb791bb32b81a27f
treed1c356145785564e6e1716f5688805f2b725a4b4
parentdae1250b24404f7f21e7bd8aeeb304565d175de4
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>
src/Makefile.am