Clean-up: consumer.hpp: coding style indentation fix
[lttng-tools.git] / tests / utils / testapp / gen-data-pending / Makefile.am
1 # SPDX-FileCopyrightText: 2023 Kienan Stewart <kstewart@efficios.com>
2 #
3 # SPDX-License-Identifier: GPL-2.0-only
4 #
5
6 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
7 -I$(top_srcdir)/tests/utils/testapp
8 LIB_LTTNG_CTL = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
9
10 if HAVE_LIBLTTNG_UST_CTL
11 noinst_PROGRAMS = gen-data-pending
12 gen_data_pending_SOURCES = main.cpp
13 gen_data_pending_LDADD = $(LIB_LTTNG_CTL)
14 endif
This page took 0.03003 seconds and 4 git commands to generate.