Move xml utils from mi subfolder to xml-utils folder
[lttng-tools.git] / tests / regression / tools / mi / Makefile.am
index c5bd827b1ddddaa9c79701990319ad4eb1f6b6a4..bfa42bfc33494e799b5808186b958658e0ee16e1 100644 (file)
@@ -1,14 +1,5 @@
 # SPDX-License-Identifier: GPL-2.0-only
 
-noinst_PROGRAMS = validate_xml extract_xml
-validate_xml_SOURCES = validate_xml.c
-validate_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
-validate_xml_LDADD = $(libxml2_LIBS)
-
-extract_xml_SOURCES = extract_xml.c
-extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
-extract_xml_LDADD = $(libxml2_LIBS)
-
 noinst_SCRIPTS = test_mi
 EXTRA_DIST = test_mi
 
This page took 0.022504 seconds and 4 git commands to generate.