Fix: Don't override user variables within the build system
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / 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-str
12 gen_ust_nevents_str_SOURCES = gen-ust-nevents-str.c tp.c tp.h
13 gen_ust_nevents_str_LDADD = -llttng-ust -lurcu-bp \
14 $(top_builddir)/tests/utils/libtestutils.la
15 endif
This page took 0.030351 seconds and 5 git commands to generate.