Move all sources to 'src/'
[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
MJ
7test_ust_utils_LDADD = \
8 $(top_builddir)/src/liblttng-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
MJ
14test_ust_utils_cxx_LDADD = \
15 $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
39550fe8
MJ
16 $(top_builddir)/tests/utils/libtap.a
17endif
This page took 0.02311 seconds and 4 git commands to generate.