X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Fust%2Frotation-destroy-flush%2FMakefile.am;fp=tests%2Fregression%2Fust%2Frotation-destroy-flush%2FMakefile.am;h=14b869ec53afd2b4f242bb2ea0ce24a415fd1e6a;hb=ced06804cfc5116e4ea11c0a5b7520981cae79a6;hp=0000000000000000000000000000000000000000;hpb=eae79fb914fa4f4aa9d09b32f08723f74dcb9c71;p=lttng-tools.git diff --git a/tests/regression/ust/rotation-destroy-flush/Makefile.am b/tests/regression/ust/rotation-destroy-flush/Makefile.am new file mode 100644 index 000000000..14b869ec5 --- /dev/null +++ b/tests/regression/ust/rotation-destroy-flush/Makefile.am @@ -0,0 +1,16 @@ +noinst_SCRIPTS = test_rotation_destroy_flush +EXTRA_DIST = test_rotation_destroy_flush + +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