Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / libringbuffer / 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 = test_shm
8 test_shm_SOURCES = shm.c
9 test_shm_LDADD = \
10 $(top_builddir)/src/common/libringbuffer.la \
11 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
12 $(top_builddir)/src/common/libcommon.la \
13 $(top_builddir)/tests/utils/libtap.a
This page took 0.035316 seconds and 4 git commands to generate.