X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Fxml-utils%2FMakefile.am;fp=tests%2Futils%2Fxml-utils%2FMakefile.am;h=5890eef27533c185f1c7033c85b8a0f14f707b3c;hb=051356a81761338485706e779d046d7fb8dbfe1d;hp=eec519d3128d5e5799f8f12e7532d5a4db02ef42;hpb=9617033a3a3229daabe17e38fbab802ec2e6e223;p=lttng-tools.git diff --git a/tests/utils/xml-utils/Makefile.am b/tests/utils/xml-utils/Makefile.am index eec519d31..5890eef27 100644 --- a/tests/utils/xml-utils/Makefile.am +++ b/tests/utils/xml-utils/Makefile.am @@ -1,5 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only +EXTRA_DIST = common.hpp + noinst_PROGRAMS = validate_xml extract_xml pretty_xml validate_xml_SOURCES = validate_xml.cpp validate_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)