Tests: Switch test apps to use usleep_safe()
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
CommitLineData
ae941114
JG
1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -I$(top_srcdir)/tests/utils -I$(srcdir) -O2 -g
7e0cc23b
CB
3
4if LTTNG_TOOLS_BUILD_WITH_LIBDL
d7c54334 5LIBS += -ldl
7e0cc23b
CB
6endif
7if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
d7c54334 8LIBS += -lc
7e0cc23b
CB
9endif
10
11if HAVE_LIBLTTNG_UST_CTL
12noinst_PROGRAMS = gen-ust-events
13gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
ae941114
JG
14gen_ust_events_LDADD = -llttng-ust -lurcu-bp \
15 $(top_builddir)/tests/utils/libtestutils.la
7e0cc23b 16endif
This page took 0.034801 seconds and 5 git commands to generate.