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