1 SUBDIRS = tools kernel ust
3 EXTRA_DIST = run-report.py test_list.py
5 if HAVE_LIBLTTNG_UST_CTL
7 endif # HAVE_LIBLTTNG_UST_CTL
10 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
11 for script in $(EXTRA_DIST); do \
12 cp -f $(srcdir)/$$script $(builddir); \
17 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
18 for script in $(EXTRA_DIST); do \
19 rm -f $(builddir)/$$script; \