6b6099662eb9d3954b3103caa18777d0bbb7c214
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
1 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) -O2 -g \
2 -I$(top_srcdir)/tests/utils/testapp
3 AM_LDFLAGS =
4
5 if LTTNG_TOOLS_BUILD_WITH_LIBDL
6 LIBS += -ldl
7 endif
8 if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
9 LIBS += -lc
10 endif
11
12 if HAVE_LIBLTTNG_UST_CTL
13 noinst_PROGRAMS = gen-ust-tracef
14 gen_ust_tracef_SOURCES = gen-ust-tracef.c
15 gen_ust_tracef_LDADD = -llttng-ust
16 endif
This page took 0.045468 seconds and 4 git commands to generate.