Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
8707de35
MJ
3AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/ -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = test_shm
6test_shm_SOURCES = shm.c
7test_shm_LDADD = \
8 $(top_builddir)/libringbuffer/libringbuffer.la \
9 $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
10 $(top_builddir)/snprintf/libustsnprintf.la \
11 $(top_builddir)/tests/utils/libtap.a
This page took 0.022129 seconds and 4 git commands to generate.