X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2FMakefile.am;h=d3886e53d5d679f281e133a1e8ba43737525bb47;hb=becd029c4fda2dc6478751f4d45fa6b68a1d6120;hp=c063a8036970fd0ebc23092215ce0306195127a3;hpb=ed9f1fb24a21b222c23684cdf8e77b4d21c21895;p=lttng-tools.git diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am index c063a8036..d3886e53d 100644 --- a/tests/regression/tools/rotation/Makefile.am +++ b/tests/regression/tools/rotation/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only + AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir) LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la @@ -7,8 +9,8 @@ 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 +noinst_SCRIPTS = test_kernel test_ust test_ust_kernel test_save_load_mi test_schedule_api rotate_utils.sh +EXTRA_DIST = test_kernel test_ust test_ust_kernel test_save_load_mi test_schedule_api rotate_utils.sh all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \