From: Mathieu Desnoyers Date: Tue, 4 Feb 2014 19:44:29 +0000 (-0500) Subject: Fix: out of tree build tests/common X-Git-Tag: v0.9.0~103 X-Git-Url: https://git.lttng.org/?p=urcu.git;a=commitdiff_plain;h=cfac80429e92064001addbfaf274951e68b16a44 Fix: out of tree build tests/common Signed-off-by: Mathieu Desnoyers --- 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