From 3be9c7a9db54096c290c8385f7fe97fcaf50b08c Mon Sep 17 00:00:00 2001 From: "Wulf C. Krueger" Date: Sun, 9 Sep 2012 12:59:32 +0200 Subject: [PATCH] Fix the tests for out-of-source builds. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 357f3c83..7397fce1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -5,7 +5,7 @@ srcdir := @srcdir@ VPATH := @srcdir@ CXX := @CXX@ -CXXFLAGS := @CPPFLAGS@ @CXXFLAGS@ -I../include +CXXFLAGS := -I$(srcdir)/../include -I../include @CPPFLAGS@ @CXXFLAGS@ LDFLAGS := @LDFLAGS@ LIBS := @LIBS@