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