X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Fxml-utils%2FMakefile.am;fp=tests%2Futils%2Fxml-utils%2FMakefile.am;h=7fac127281f1075438b6044857d6e2e68c89a598;hb=233d4258a2eaa4482b68d793853035dbe4fe33e2;hp=9b00f7027591c415a6b813257db51026fde0e75f;hpb=d11e3c3eeec8ba7db67f3b96c09fca4b7cabc9ad;p=lttng-tools.git diff --git a/tests/utils/xml-utils/Makefile.am b/tests/utils/xml-utils/Makefile.am index 9b00f7027..7fac12728 100644 --- a/tests/utils/xml-utils/Makefile.am +++ b/tests/utils/xml-utils/Makefile.am @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only -noinst_PROGRAMS = validate_xml extract_xml +noinst_PROGRAMS = validate_xml extract_xml pretty_xml validate_xml_SOURCES = validate_xml.c validate_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS) validate_xml_LDADD = $(libxml2_LIBS) @@ -9,6 +9,10 @@ extract_xml_SOURCES = extract_xml.c extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS) extract_xml_LDADD = $(libxml2_LIBS) +pretty_xml_SOURCES = pretty_xml.c +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 \