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