Cleanup: uuid library detection
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils
ffb08a8c
JD
2
3if LTTNG_TOOLS_BUILD_WITH_LIBDL
d7c54334 4LIBS += -ldl
ffb08a8c
JD
5endif
6if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
d7c54334 7LIBS += -lc
ffb08a8c
JD
8endif
9
10if HAVE_LIBLTTNG_UST_CTL
11noinst_PROGRAMS = gen-ust-nevents
12gen_ust_nevents_SOURCES = gen-ust-nevents.c tp.c tp.h
ae941114
JG
13gen_ust_nevents_LDADD = -llttng-ust -lurcu-bp \
14 $(top_builddir)/tests/utils/libtestutils.la
ffb08a8c 15endif
This page took 0.03042 seconds and 4 git commands to generate.