]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: Fix VPATH build
authorEric Blake <eblake@redhat.com>
Tue, 8 Jan 2019 03:50:08 +0000 (21:50 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 8 Jan 2019 03:56:16 +0000 (21:56 -0600)
commitf3a4fbd24bf41a74c3dbbb36c7de88e08c1bc7fd
treec8a1b20d19de29c2989ab3ec13bf12e470574e0c
parent1862a554625e9e25b00e2ff85de5f576c1a66c8a
maint: Fix VPATH build

In a VPATH build, <config.h> is in the builddir (which automake
includes automatically), but it includes <config-post.h> from the
top source directory (which is not automatic); hence, we need to
keep the -I(top_srcdir) directive that was accidentally removed
from commit 7a879323 (the problem is not visible in an in-tree
build).

Signed-off-by: Eric Blake <eblake@redhat.com>
gnulib/lib/Makefile.am