Disallow building static librairies
[lttng-ust.git] / tests / unit / ust-utils / Makefile.am
CommitLineData
39550fe8
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = test_ust_utils
6test_ust_utils_SOURCES = ust-utils.c ust-utils-common.h
9d4c8b2d 7test_ust_utils_LDADD = \
6339062a 8 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
39550fe8
MJ
9 $(top_builddir)/tests/utils/libtap.a
10
11if HAVE_CXX
12noinst_PROGRAMS += test_ust_utils_cxx
13test_ust_utils_cxx_SOURCES = ust-utils-cxx.cpp ust-utils-common.h
9d4c8b2d 14test_ust_utils_cxx_LDADD = \
6339062a 15 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
39550fe8
MJ
16 $(top_builddir)/tests/utils/libtap.a
17endif
This page took 0.030082 seconds and 4 git commands to generate.