From: Simon Marchi Date: Sat, 20 Sep 2014 01:29:23 +0000 (-0400) Subject: Fix out-of-tree build X-Git-Tag: v2.6.0-rc1~45 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=56f750a87439be4a0a1caef4684039c8ee6cd611 Fix out-of-tree build Signed-off-by: Simon Marchi Signed-off-by: David Goulet --- diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 4c77f562a..c4081dbee 100644 --- a/tests/regression/tools/mi/Makefile.am +++ b/tests/regression/tools/mi/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = validate_xml extract_xml validate_xml_SOURCES = validate_xml.c