From cfac80429e92064001addbfaf274951e68b16a44 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 4 Feb 2014 14:44:29 -0500 Subject: [PATCH] Fix: out of tree build tests/common Signed-off-by: Mathieu Desnoyers --- tests/common/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/common/Makefile.am b/tests/common/Makefile.am index b0a243b..b55e527 100644 --- a/tests/common/Makefile.am +++ b/tests/common/Makefile.am @@ -1,3 +1,5 @@ +AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) + noinst_HEADERS = cpuset.h thread-id.h noinst_LTLIBRARIES = libdebug-yield.la -- 2.34.1