Cleanup: Use pkg-config to detect liburcu
[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) $(URCU_BP_LIBS) \
10 $(top_builddir)/tests/utils/libtestutils.la \
11 $(DL_LIBS)
12 endif
This page took 0.029019 seconds and 4 git commands to generate.