Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
CommitLineData
e03d7c66
MJ
1# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
2#
c0c0989a
MJ
3# SPDX-License-Identifier: LGPL-2.1-only
4
9d4c8b2d 5AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
8707de35
MJ
6
7noinst_PROGRAMS = test_shm
8test_shm_SOURCES = shm.c
9test_shm_LDADD = \
e4db8f98 10 $(top_builddir)/src/common/libringbuffer.la \
793dd3d9 11 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
d8621b3e 12 $(top_builddir)/src/common/libcommon.la \
8707de35 13 $(top_builddir)/tests/utils/libtap.a
This page took 0.027938 seconds and 4 git commands to generate.