9700eac693a9f22707db392ade5228297da9748c
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir)
2
3 if LTTNG_TOOLS_BUILD_WITH_LIBDL
4 LIBS += -ldl
5 endif
6 if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
7 LIBS += -lc
8 endif
9
10 if HAVE_LIBLTTNG_UST_CTL
11 noinst_PROGRAMS = gen-ust-events
12 gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
13 gen_ust_events_LDADD = -llttng-ust -lurcu-bp \
14 $(top_builddir)/tests/utils/libtestutils.la
15 endif
This page took 0.030998 seconds and 4 git commands to generate.