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