X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2FMakefile.am;fp=tests%2Fregression%2Fust%2Flow-throughput%2FMakefile.am;h=3eef3ac5edcde95f17c35bbd4a854378b1bec1ca;hp=e62706007a2b097af442fc6adbe676cfe58e8ee6;hb=c83e7ca00efd681ec2406d2a2b2622d373ae2647;hpb=92db7cdc97f4bb5776fa698442d8af4e5c1e3bf3 diff --git a/tests/regression/ust/low-throughput/Makefile.am b/tests/regression/ust/low-throughput/Makefile.am index e62706007..3eef3ac5e 100644 --- a/tests/regression/ust/low-throughput/Makefile.am +++ b/tests/regression/ust/low-throughput/Makefile.am @@ -14,3 +14,17 @@ gen_events_LDADD = -llttng-ust -lurcu noinst_SCRIPTS = test_low_throughput EXTRA_DIST = test_low_throughput + +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