Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir)
7e0cc23b
CB
2
3if LTTNG_TOOLS_BUILD_WITH_LIBDL
d7c54334 4LIBS += -ldl
7e0cc23b
CB
5endif
6if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
d7c54334 7LIBS += -lc
7e0cc23b
CB
8endif
9
10if HAVE_LIBLTTNG_UST_CTL
11noinst_PROGRAMS = gen-ust-events
12gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
ae941114
JG
13gen_ust_events_LDADD = -llttng-ust -lurcu-bp \
14 $(top_builddir)/tests/utils/libtestutils.la
7e0cc23b 15endif
This page took 0.04036 seconds and 5 git commands to generate.