d6327d5b22d16498765e2e60cd31769857f15667
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
4 -I$(top_srcdir)/tests/utils/testapp
5
6 if HAVE_LIBLTTNG_UST_CTL
7 noinst_PROGRAMS = gen-ust-events
8 gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
9 gen_ust_events_LDADD = $(UST_LIBS) -lurcu-bp \
10 $(top_builddir)/tests/utils/libtestutils.la \
11 $(DL_LIBS)
12 endif
This page took 0.028958 seconds and 3 git commands to generate.