SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / tests / regression / tools / rotation / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
ed9f1fb2
JG
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir)
4
5LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
6LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
7
8noinst_PROGRAMS = schedule_api
9schedule_api_SOURCES = schedule_api.c
10schedule_api_LDADD = $(LIBTAP) $(LIBLTTNG_CTL)
11
12noinst_SCRIPTS = test_kernel test_ust test_save_load_mi test_schedule_api rotate_utils.sh
13EXTRA_DIST = test_kernel test_ust test_save_load_mi test_schedule_api rotate_utils.sh
e7716c6a
JD
14
15all-local:
16 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
17 for script in $(EXTRA_DIST); do \
18 cp -f $(srcdir)/$$script $(builddir); \
19 done; \
20 fi
21
22clean-local:
23 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
24 for script in $(EXTRA_DIST); do \
25 rm -f $(builddir)/$$script; \
26 done; \
27 fi
This page took 0.036877 seconds and 5 git commands to generate.