Move xml utils from mi subfolder to xml-utils folder
[lttng-tools.git] / tests / regression / tools / mi / Makefile.am
index f26efe0d0eec43160fd61de204f3500c6f8be410..bfa42bfc33494e799b5808186b958658e0ee16e1 100644 (file)
@@ -1,13 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
-
-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)
+# SPDX-License-Identifier: GPL-2.0-only
 
 noinst_SCRIPTS = test_mi
 EXTRA_DIST = test_mi
This page took 0.025376 seconds and 5 git commands to generate.