Fix: test: log4j: missing static test files for dist and out of tree build
[lttng-tools.git] / tests / regression / Makefile.am
CommitLineData
f134f717 1SUBDIRS = tools kernel ust
9ac429ef 2
32414a0f 3EXTRA_DIST = run-report.py test_list.py
9ac429ef
CB
4
5if HAVE_LIBLTTNG_UST_CTL
6SUBDIRS += ust
7endif # HAVE_LIBLTTNG_UST_CTL
8
c83e7ca0
DG
9all-local:
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(EXTRA_DIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
13 done; \
14 fi
15
16clean-local:
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(EXTRA_DIST); do \
19 rm -f $(builddir)/$$script; \
20 done; \
21 fi
This page took 0.026951 seconds and 4 git commands to generate.