X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=inline;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=f5d5e2130bbe1de0ade5add9fd966a04e6d426de;hb=4604e0ad4ba22026bbd694ba477dd8b9450d2e03;hp=7a54c3487a4d5768d1bd8680277da44b78ec92fa;hpb=68270f0f604eefdc89583950a7cfa02fe7a0cab5;p=lttng-tools.git diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 7a54c3487..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 @@ -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 \