X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=f5d5e2130bbe1de0ade5add9fd966a04e6d426de;hp=5586461a0f101f90bff481b5e5ce9d48e3740d79;hb=4604e0ad4ba22026bbd694ba477dd8b9450d2e03;hpb=312dabc3ec56987e3c92ecf7cdfb037abe1ec4fb diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 5586461a0..f5d5e2130 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 -I$(top_srcdir)/src noinst_PROGRAMS = validate_xml extract_xml validate_xml_SOURCES = validate_xml.c @@ -10,7 +10,7 @@ extract_xml_CPPFLAGS = $(XML_CPPFLAGS) $(AM_CPPFLAGS) extract_xml_LDADD = $(XML_LIBS) noinst_SCRIPTS = test_mi -EXTRA_DIST = +EXTRA_DIST = test_mi all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \