Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / ust-error / Makefile.am
CommitLineData
e03d7c66
MJ
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
7ae0a944
MJ
3# SPDX-License-Identifier: LGPL-2.1-only
4
5AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
6
7noinst_PROGRAMS = test_ust_error
8test_ust_error_SOURCES = ust-error.c
9d4c8b2d 9test_ust_error_LDADD = \
6339062a 10 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
7ae0a944 11 $(top_builddir)/tests/utils/libtap.a
This page took 0.025547 seconds and 4 git commands to generate.