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