[libvirt] [PATCH] tests: Fix libvirtdconftest in VPATH build

Jiri Denemark jdenemar at redhat.com
Tue Apr 10 12:12:01 UTC 2012


Without this, libvirtdconftest fails to build with "fatal error:
daemon/libvirtd-config.h: No such file or directory"
---
 tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 57358e9..c4d550f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,6 +6,7 @@
 SHELL = $(PREFERABLY_POSIX_SHELL)
 
 INCLUDES = \
+	-I$(top_builddir) -I$(top_srcdir) \
 	-I$(top_builddir)/gnulib/lib -I$(top_srcdir)/gnulib/lib \
 	-I$(top_builddir)/include -I$(top_srcdir)/include \
 	-I$(top_builddir)/src -I$(top_srcdir)/src \
-- 
1.7.8.5




More information about the libvir-list mailing list