From: Jiri Denemark Date: Tue, 10 Apr 2012 12:03:46 +0000 (+0200) Subject: tests: Fix libvirtdconftest in VPATH build X-Git-Tag: v0.9.12-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd587abe241e3d5c0e8dfaa9301ccec1a00dc14;p=thirdparty%2Flibvirt.git tests: Fix libvirtdconftest in VPATH build Without this, libvirtdconftest fails to build with "fatal error: daemon/libvirtd-config.h: No such file or directory" --- 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 \