X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Frotation%2FMakefile.am;fp=tests%2Fregression%2Ftools%2Frotation%2FMakefile.am;h=39cda782165cb51f2eae18cb0830c7cf2f1e676d;hb=e7716c6aec4c7152bd4cb060b805d8cb7051c121;hp=0000000000000000000000000000000000000000;hpb=2462eee73d84fdad7bf6c6943fbf53e5a263af30;p=lttng-tools.git diff --git a/tests/regression/tools/rotation/Makefile.am b/tests/regression/tools/rotation/Makefile.am new file mode 100644 index 000000000..39cda7821 --- /dev/null +++ b/tests/regression/tools/rotation/Makefile.am @@ -0,0 +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 + +all-local: + @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ + for script in $(EXTRA_DIST); do \ + cp -f $(srcdir)/$$script $(builddir); \ + done; \ + fi + +clean-local: + @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ + for script in $(EXTRA_DIST); do \ + rm -f $(builddir)/$$script; \ + done; \ + fi