X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2FMakefile.am;h=eb81e1976d73fb8a55a80918a8343dc712d09fbc;hp=39cda782165cb51f2eae18cb0830c7cf2f1e676d;hb=2463b7879c00298daa79744cdaae82ac061a4ed8;hpb=e7716c6aec4c7152bd4cb060b805d8cb7051c121 diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am index 39cda7821..eb81e1976 100644 --- a/tests/regression/tools/rotation/Makefile.am +++ b/tests/regression/tools/rotation/Makefile.am @@ -1,5 +1,16 @@ -noinst_SCRIPTS = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming -EXTRA_DIST = test_kernel test_kernel_streaming test_ust_fast test_ust_long ust_test test_ust_streaming +# SPDX-License-Identifier: GPL-2.0-only + +AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir) + +LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la +LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la + +noinst_PROGRAMS = schedule_api +schedule_api_SOURCES = schedule_api.c +schedule_api_LDADD = $(LIBTAP) $(LIBLTTNG_CTL) + +noinst_SCRIPTS = test_kernel test_ust test_save_load_mi test_schedule_api rotate_utils.sh +EXTRA_DIST = test_kernel test_ust test_save_load_mi test_schedule_api rotate_utils.sh all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \