Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
CommitLineData
e03d7c66
MJ
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
c0c0989a
MJ
3# SPDX-License-Identifier: LGPL-2.1-only
4
fb54defd 5AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
22609c7a 6
37b3de59
MJ
7noinst_PROGRAMS = ust-elf
8ust_elf_SOURCES = ust-elf.c
9d4c8b2d 9ust_elf_LDADD = \
4667b192
MJ
10 $(top_builddir)/src/common/libcommon.la \
11 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
22609c7a
AB
12 $(top_builddir)/tests/utils/libtap.a
13
8a36ff81
MJ
14dist_check_SCRIPTS = test_ust_elf
15
e6e508c9 16# Directories added to EXTRA_DIST will be recursively copied to the distribution.
37b3de59 17EXTRA_DIST = \
e6e508c9
MJ
18 $(srcdir)/data \
19 README.md
This page took 0.031001 seconds and 4 git commands to generate.