Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
1 AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils
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-nevents
12 gen_ust_nevents_SOURCES = gen-ust-nevents.c tp.c tp.h
13 gen_ust_nevents_LDADD = -llttng-ust -lurcu-bp \
14 $(top_builddir)/tests/utils/libtestutils.la
15 endif
This page took 0.029271 seconds and 4 git commands to generate.