Re: [libvirt] [PATCH] makefile: Move include/Makefile.am to include/libvirt/Makefile.am

2016-04-15 Thread Erik Skultety
>> Signed-off-by: Erik Skultety >> --- >> Makefile.am | 2 +- >> configure.ac | 2 +- >> include/{ => libvirt}/Makefile.am | 12 ++-- >> 3 files changed, 8 insertions(+), 8 deletions(-) >> rename include/{ =>

Re: [libvirt] [PATCH] makefile: Move include/Makefile.am to include/libvirt/Makefile.am

2016-04-14 Thread Michal Privoznik
On 06.04.2016 09:54, Erik Skultety wrote: > The reason for this is to fix the automatic rebuild of libvirt-common.h.in. > All *.in files should be automatically rebuilt each time they're modified. > It works well for makefiles and pkgconfig files, since they do have a valid > dependency in the

[libvirt] [PATCH] makefile: Move include/Makefile.am to include/libvirt/Makefile.am

2016-04-06 Thread Erik Skultety
The reason for this is to fix the automatic rebuild of libvirt-common.h.in. All *.in files should be automatically rebuilt each time they're modified. It works well for makefiles and pkgconfig files, since they do have a valid dependency in the top-level Makefile. However, with libvirt-common.h.in