From 77970f484da672df96bfea5f9a3b76db00a377dc Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 29 Jun 2017 21:34:05 +0200 Subject: test1521: fix out-of-tree builds, broken with 467da3af The test.h file is no longer in the same directory as the source file, so that directory needs to be added to the include path. Fixes #1627 Closes #1628 --- tests/libtest/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest/Makefile.inc') diff --git a/tests/libtest/Makefile.inc b/tests/libtest/Makefile.inc index 05a81d3c0..2a8dfc216 100644 --- a/tests/libtest/Makefile.inc +++ b/tests/libtest/Makefile.inc @@ -370,7 +370,7 @@ lib1520_SOURCES = lib1520.c $(SUPPORTFILES) lib1520_CPPFLAGS = $(AM_CPPFLAGS) -DLIB1520 lib1521_SOURCES = lib1521.c $(SUPPORTFILES) -lib1521_CPPFLAGS = $(AM_CPPFLAGS) +lib1521_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir) lib1525_SOURCES = lib1525.c $(SUPPORTFILES) $(TESTUTIL) $(WARNLESS) lib1525_LDADD = $(TESTUTIL_LIBS) -- cgit v1.2.3