From 1bd587abe241e3d5c0e8dfaa9301ccec1a00dc14 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Tue, 10 Apr 2012 14:03:46 +0200 Subject: [PATCH] tests: Fix libvirtdconftest in VPATH build Without this, libvirtdconftest fails to build with "fatal error: daemon/libvirtd-config.h: No such file or directory" --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 57358e93f1..c4d550fbf8 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 \ -- GitLab