c6f21f36ac4bd48120cab4015b369735d6675bae
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = test_shm
6 test_shm_SOURCES = shm.c
7 test_shm_LDADD = \
8 $(top_builddir)/src/common/libringbuffer.la \
9 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
10 $(top_builddir)/src/common/libcommon.la \
11 $(top_builddir)/tests/utils/libtap.a
This page took 0.029717 seconds and 3 git commands to generate.