tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
ced06804
MD
3noinst_SCRIPTS = test_rotation_destroy_flush
4EXTRA_DIST = test_rotation_destroy_flush
5
6all-local:
7 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
8 for script in $(EXTRA_DIST); do \
9 cp -f $(srcdir)/$$script $(builddir); \
10 done; \
11 fi
12
13clean-local:
14 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
15 for script in $(EXTRA_DIST); do \
16 rm -f $(builddir)/$$script; \
17 done; \
18 fi
This page took 0.029639 seconds and 4 git commands to generate.