X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=c4081dbeee94a4d093756138432d89a1ed516e03;hp=7a54c3487a4d5768d1bd8680277da44b78ec92fa;hb=56f750a87439be4a0a1caef4684039c8ee6cd611;hpb=68270f0f604eefdc89583950a7cfa02fe7a0cab5 diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 7a54c3487..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 @@ -9,8 +9,8 @@ extract_xml_SOURCES = extract_xml.c extract_xml_CPPFLAGS = $(XML_CPPFLAGS) $(AM_CPPFLAGS) extract_xml_LDADD = $(XML_LIBS) -noinst_SCRIPTS = test_mi_version -EXTRA_DIST = +noinst_SCRIPTS = test_mi +EXTRA_DIST = test_mi all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \