X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Fxml-utils%2FMakefile.am;h=eec519d3128d5e5799f8f12e7532d5a4db02ef42;hb=9617033a3a3229daabe17e38fbab802ec2e6e223;hp=9b00f7027591c415a6b813257db51026fde0e75f;hpb=208e4eea6509113477abee7e161ca63916bd6d73;p=lttng-tools.git diff --git a/tests/utils/xml-utils/Makefile.am b/tests/utils/xml-utils/Makefile.am index 9b00f7027..eec519d31 100644 --- a/tests/utils/xml-utils/Makefile.am +++ b/tests/utils/xml-utils/Makefile.am @@ -1,14 +1,18 @@ # SPDX-License-Identifier: GPL-2.0-only -noinst_PROGRAMS = validate_xml extract_xml -validate_xml_SOURCES = validate_xml.c +noinst_PROGRAMS = validate_xml extract_xml pretty_xml +validate_xml_SOURCES = validate_xml.cpp validate_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS) validate_xml_LDADD = $(libxml2_LIBS) -extract_xml_SOURCES = extract_xml.c +extract_xml_SOURCES = extract_xml.cpp extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS) extract_xml_LDADD = $(libxml2_LIBS) +pretty_xml_SOURCES = pretty_xml.cpp +pretty_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS) +pretty_xml_LDADD = $(libxml2_LIBS) + all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ for script in $(EXTRA_DIST); do \