From 56f750a87439be4a0a1caef4684039c8ee6cd611 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 19 Sep 2014 21:29:23 -0400 Subject: [PATCH] Fix out-of-tree build Signed-off-by: Simon Marchi Signed-off-by: David Goulet --- 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 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 -- 2.34.1