mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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>
This commit is contained in:
parent
1862a55462
commit
f3a4fbd24b
@ -26,3 +26,5 @@ SUFFIXES =
|
||||
noinst_LTLIBRARIES =
|
||||
|
||||
include gnulib.mk
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)
|
||||
|
Loading…
Reference in New Issue
Block a user