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