Fix: track-untrack.c: regression of `--all --pid` option ordering
[lttng-tools.git] / tests / utils / Makefile.am
CommitLineData
0458ed8c 1SUBDIRS = . tap testapp
329e5f26 2
bb40a65e
JG
3EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh \
4 parse-callstack.py
a36b26b4 5dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl
0458ed8c
JG
6noinst_LTLIBRARIES = libtestutils.la
7
8libtestutils_la_SOURCES = utils.c utils.h
c83e7ca0
DG
9
10all-local:
11 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
12 for script in $(EXTRA_DIST); do \
13 cp -f $(srcdir)/$$script $(builddir); \
14 done; \
15 fi
16
17clean-local:
18 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
19 for script in $(EXTRA_DIST); do \
20 rm -f $(builddir)/$$script; \
21 done; \
22 fi
This page took 0.052315 seconds and 5 git commands to generate.