Build: Replace use of deprecated AM_PATH_XML2
[lttng-tools.git] / tests / regression / tools / mi / Makefile.am
CommitLineData
4604e0ad 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src
68270f0f
JRJ
2
3noinst_PROGRAMS = validate_xml extract_xml
4validate_xml_SOURCES = validate_xml.c
34707125
JG
5validate_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
6validate_xml_LDADD = $(libxml2_LIBS)
68270f0f
JRJ
7
8extract_xml_SOURCES = extract_xml.c
34707125
JG
9extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
10extract_xml_LDADD = $(libxml2_LIBS)
68270f0f 11
312dabc3 12noinst_SCRIPTS = test_mi
2f99314e 13EXTRA_DIST = test_mi
68270f0f
JRJ
14
15all-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(EXTRA_DIST); do \
18 cp -f $(srcdir)/$$script $(builddir); \
19 done; \
20 fi
21
22clean-local:
23 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
24 for script in $(EXTRA_DIST); do \
25 rm -f $(builddir)/$$script; \
26 done; \
27 fi
This page took 0.034393 seconds and 5 git commands to generate.