tests: compile some tools/tests as C++
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils \
4 -I$(top_srcdir)/tests/utils/testapp
5
6if HAVE_LIBLTTNG_UST_CTL
7noinst_PROGRAMS = gen-ust-nevents
8gen_ust_nevents_SOURCES = \
9 gen-ust-nevents.cpp \
10 tp.c \
11 tp.h
12gen_ust_nevents_LDADD = $(UST_LIBS) \
13 $(top_builddir)/tests/utils/libtestutils.la \
14 $(DL_LIBS)
15endif
This page took 0.022312 seconds and 4 git commands to generate.