X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=bfa42bfc33494e799b5808186b958658e0ee16e1;hb=208e4eea6509113477abee7e161ca63916bd6d73;hp=5586461a0f101f90bff481b5e5ce9d48e3740d79;hpb=312dabc3ec56987e3c92ecf7cdfb037abe1ec4fb;p=lttng-tools.git diff --git a/tests/regression/tools/mi/Makefile.am b/tests/regression/tools/mi/Makefile.am index 5586461a0..bfa42bfc3 100644 --- a/tests/regression/tools/mi/Makefile.am +++ b/tests/regression/tools/mi/Makefile.am @@ -1,16 +1,7 @@ -AM_CPPFLAGS = -I$(srcdir)/include - -noinst_PROGRAMS = validate_xml extract_xml -validate_xml_SOURCES = validate_xml.c -validate_xml_CPPFLAGS = $(XML_CPPFLAGS) $(AM_CPPFLAGS) -validate_xml_LDADD = $(XML_LIBS) - -extract_xml_SOURCES = extract_xml.c -extract_xml_CPPFLAGS = $(XML_CPPFLAGS) $(AM_CPPFLAGS) -extract_xml_LDADD = $(XML_LIBS) +# SPDX-License-Identifier: GPL-2.0-only noinst_SCRIPTS = test_mi -EXTRA_DIST = +EXTRA_DIST = test_mi all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \