tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / tools / save-load / configuration / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
7e86a26f 3EXTRA_DIST = load-42-live.lttng load-42-snapshot.lttng
192ac418
JR
4
5all-local:
6 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
7 for script in $(EXTRA_DIST); do \
8 cp -f $(srcdir)/$$script $(builddir); \
9 done; \
10 fi
11
12clean-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 rm -f $(builddir)/$$script; \
16 done; \
17 fi
This page took 0.027939 seconds and 4 git commands to generate.