Fix: sessiond: crash when sending data_pending to an active session
[lttng-tools.git] / tests / utils / testapp / gen-data-pending / Makefile.am
CommitLineData
f0a9c004
KS
1# SPDX-FileCopyrightText: 2023 Kienan Stewart <kstewart@efficios.com>
2#
3# SPDX-License-Identifier: GPL-2.0-only
4#
5
6AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
7 -I$(top_srcdir)/tests/utils/testapp
8LIB_LTTNG_CTL = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
9
10if HAVE_LIBLTTNG_UST_CTL
11noinst_PROGRAMS = gen-data-pending
12gen_data_pending_SOURCES = main.cpp
13gen_data_pending_LDADD = $(LIB_LTTNG_CTL)
14endif
This page took 0.02314 seconds and 4 git commands to generate.