X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fmi%2FMakefile.am;h=bfa42bfc33494e799b5808186b958658e0ee16e1;hb=208e4eea6509113477abee7e161ca63916bd6d73;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..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 +# SPDX-License-Identifier: GPL-2.0-only -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) - -noinst_SCRIPTS = test_mi_version -EXTRA_DIST = +noinst_SCRIPTS = test_mi +EXTRA_DIST = test_mi all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \