[lttng-dev] [PATCH lttng-tools] Fix out-of-tree build
Simon Marchi
simon.marchi at polymtl.ca
Fri Sep 19 21:29:23 EDT 2014
Signed-off-by: Simon Marchi <simon.marchi at polymtl.ca>
---
tests/regression/tools/mi/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am
index 4c77f56..c4081db 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
--
2.1.0
More information about the lttng-dev
mailing list