Tests: cleanly exit from test apps on reception of SIGTERM
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
CommitLineData
901cb87c
JG
1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) -O2 -g \
2 -I$(top_srcdir)/tests/utils/testapp
b02dcdb8
MD
3AM_LDFLAGS =
4
5if LTTNG_TOOLS_BUILD_WITH_LIBDL
d7c54334 6LIBS += -ldl
b02dcdb8
MD
7endif
8if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
d7c54334 9LIBS += -lc
b02dcdb8
MD
10endif
11
12if HAVE_LIBLTTNG_UST_CTL
13noinst_PROGRAMS = gen-ust-tracef
14gen_ust_tracef_SOURCES = gen-ust-tracef.c
15gen_ust_tracef_LDADD = -llttng-ust
16endif
This page took 0.036898 seconds and 5 git commands to generate.