Fix: tests: re-add link to urcu-bp for _LGPL_SOURCE tests
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
CommitLineData
95983a02
JG
1AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils \
2 -I$(top_srcdir)/tests/utils/testapp
5400d18f 3
5400d18f
PP
4if HAVE_LIBLTTNG_UST_CTL
5noinst_PROGRAMS = gen-ust-nevents-str
6gen_ust_nevents_str_SOURCES = gen-ust-nevents-str.c tp.c tp.h
6718a79b 7gen_ust_nevents_str_LDADD = $(UST_LIBS) -lurcu-bp \
b1c46f87
MJ
8 $(top_builddir)/tests/utils/libtestutils.la \
9 $(DL_LIBS)
5400d18f 10endif
This page took 0.026244 seconds and 4 git commands to generate.