X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2FMakefile.am;h=c063a8036970fd0ebc23092215ce0306195127a3;hp=05a88fd11df9d6358f551ac91d1fd2254656dabb;hb=61159eeb808d6691ec7d9e7c4e84c2057c2d27f2;hpb=ee8a0efa0465ff2c7920ff30a485552bffbaf6e5 diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am index 05a88fd11..c063a8036 100644 --- a/tests/regression/tools/rotation/Makefile.am +++ b/tests/regression/tools/rotation/Makefile.am @@ -1,5 +1,14 @@ -noinst_SCRIPTS = test_kernel test_ust test_save_load_mi -EXTRA_DIST = test_kernel test_ust test_save_load_mi +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 \