Disallow building static librairies
[lttng-ust.git] / tests / unit / ust-error / Makefile.am
CommitLineData
7ae0a944
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = test_ust_error
6test_ust_error_SOURCES = ust-error.c
9d4c8b2d 7test_ust_error_LDADD = \
6339062a 8 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
7ae0a944 9 $(top_builddir)/tests/utils/libtap.a
This page took 0.025763 seconds and 4 git commands to generate.