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