tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / utils / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
0458ed8c 3SUBDIRS = . tap testapp
329e5f26 4
bb40a65e
JG
5EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh \
6 parse-callstack.py
202486fa 7dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl tap-driver.sh
0458ed8c
JG
8noinst_LTLIBRARIES = libtestutils.la
9
10libtestutils_la_SOURCES = utils.c utils.h
c83e7ca0
DG
11
12all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(EXTRA_DIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
This page took 0.038632 seconds and 4 git commands to generate.