
1 Feb
2016
1 Feb
'16
9:37 a.m.
On Sun, Jan 31, 2016 at 07:46:08AM +0100, Michal Privoznik wrote:
The libvirt-common.h is build time generated file from .in. Obviously, it's generated into builddir and not srcdir. Problem is, the list of header files to install, virinc_HEADERS contains only $(srcdir)/*.h and this misses libvirt-common.h. This problem is pretty obvious when doing a VPATH build.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
ACK