Tests: cleanly exit from test apps on reception of SIGTERM
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
CommitLineData
95983a02
JG
1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
2 -I$(top_srcdir)/tests/utils/testapp
7e0cc23b 3
7e0cc23b
CB
4if HAVE_LIBLTTNG_UST_CTL
5noinst_PROGRAMS = gen-ust-events
6gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
ae941114 7gen_ust_events_LDADD = -llttng-ust -lurcu-bp \
b1c46f87
MJ
8 $(top_builddir)/tests/utils/libtestutils.la \
9 $(DL_LIBS)
7e0cc23b 10endif
This page took 0.042915 seconds and 5 git commands to generate.