tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / daemon / Makefile.am
CommitLineData
9d16b343
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
343af227 3AM_CPPFLAGS += -I$(srcdir)
43c28d50
JG
4
5noinst_PROGRAMS = daemon
6daemon_SOURCES = daemon.c ust_tests_daemon.h
20dd2de1 7daemon_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS)
43c28d50
JG
8
9noinst_SCRIPTS = test_daemon test_daemon.py
10EXTRA_DIST = test_daemon test_daemon.py
c83e7ca0
DG
11
12all-local:
13 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
14 for script in $(EXTRA_DIST); do \
15 cp -f $(srcdir)/$$script $(builddir); \
16 done; \
17 fi
18
19clean-local:
20 @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
21 for script in $(EXTRA_DIST); do \
22 rm -f $(builddir)/$$script; \
23 done; \
24 fi
This page took 0.053654 seconds and 5 git commands to generate.