321630dc7e8b4e914e12d463a47a8cbd83700032
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
1 AM_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
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-nevents
14 gen_ust_nevents_SOURCES = gen-ust-nevents.c tp.c tp.h
15 gen_ust_nevents_LDADD = -llttng-ust -lurcu-bp \
16 $(top_builddir)/tests/utils/libtestutils.la
17 endif
This page took 0.030758 seconds and 4 git commands to generate.