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