Disallow building static librairies
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
9d4c8b2d 3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
8707de35
MJ
4
5noinst_PROGRAMS = test_shm
6test_shm_SOURCES = shm.c
7test_shm_LDADD = \
e4db8f98 8 $(top_builddir)/src/common/libringbuffer.la \
793dd3d9 9 $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
d8621b3e 10 $(top_builddir)/src/common/libcommon.la \
8707de35 11 $(top_builddir)/tests/utils/libtap.a
This page took 0.02826 seconds and 4 git commands to generate.