]> xenbits.xensource.com Git - libvirt.git/commit
includes: Install libvirt-common.h
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 30 Jan 2016 10:55:45 +0000 (11:55 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Sat, 30 Jan 2016 10:55:45 +0000 (11:55 +0100)
commita70f3b1c77912012905c6c5be3bf37b05592e80f
tree430cd369cac2fcaa386128b6aa786b2bb98377bc
parent63e15ad5e093d747db99400c269f71e95bda4bbe
includes: Install libvirt-common.h

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>
include/Makefile.am