X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=c4081dbeee94a4d093756138432d89a1ed516e03;hp=5586461a0f101f90bff481b5e5ce9d48e3740d79;hb=56f750a87439be4a0a1caef4684039c8ee6cd611;hpb=312dabc3ec56987e3c92ecf7cdfb037abe1ec4fb diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 5586461a0..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 @@ -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 \