Test: add UST baddr statedump test
[lttng-tools.git] / tests / regression / Makefile.am
CommitLineData
f134f717 1SUBDIRS = tools kernel ust
9ac429ef 2
9ac429ef
CB
3if HAVE_LIBLTTNG_UST_CTL
4SUBDIRS += ust
5endif # HAVE_LIBLTTNG_UST_CTL
6
c83e7ca0
DG
7all-local:
8 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
9 for script in $(EXTRA_DIST); do \
10 cp -f $(srcdir)/$$script $(builddir); \
11 done; \
12 fi
13
14clean-local:
15 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
16 for script in $(EXTRA_DIST); do \
17 rm -f $(builddir)/$$script; \
18 done; \
19 fi
This page took 0.036249 seconds and 5 git commands to generate.