X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2FMakefile.am;h=eb81e1976d73fb8a55a80918a8343dc712d09fbc;hb=f0784451e9e671a1acd6eac0dc0c750a7d83b4eb;hp=2fbb54e046386e626e9cca966c59a418c7d416ab;hpb=09a783a8f1f1e17fb7297a7e7c6f9d1bd8ff9b63;p=lttng-tools.git diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am index 2fbb54e04..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_ust test_save_load_mi rotate_utils.sh -EXTRA_DIST = test_kernel test_ust test_save_load_mi rotate_utils.sh +# 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 \