Move completed trace archive chunks to an "archives" sub-folder
[lttng-tools.git] / tests / regression / tools / rotation / Makefile.am
CommitLineData
ed9f1fb2
JG
1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir)
2
3LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
4LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
5
6noinst_PROGRAMS = schedule_api
7schedule_api_SOURCES = schedule_api.c
8schedule_api_LDADD = $(LIBTAP) $(LIBLTTNG_CTL)
9
10noinst_SCRIPTS = test_kernel test_ust test_save_load_mi test_schedule_api rotate_utils.sh
11EXTRA_DIST = test_kernel test_ust test_save_load_mi test_schedule_api rotate_utils.sh
e7716c6a
JD
12
13all-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 cp -f $(srcdir)/$$script $(builddir); \
17 done; \
18 fi
19
20clean-local:
21 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
22 for script in $(EXTRA_DIST); do \
23 rm -f $(builddir)/$$script; \
24 done; \
25 fi
This page took 0.028046 seconds and 5 git commands to generate.