Fix: tests: re-add link to urcu-bp for _LGPL_SOURCE tests
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
2 -I$(top_srcdir)/tests/utils/testapp
3
4 if HAVE_LIBLTTNG_UST_CTL
5 noinst_PROGRAMS = gen-ust-events
6 gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
7 gen_ust_events_LDADD = $(UST_LIBS) -lurcu-bp \
8 $(top_builddir)/tests/utils/libtestutils.la \
9 $(DL_LIBS)
10 endif
This page took 0.029249 seconds and 4 git commands to generate.