Tests: utils: add gen-ust-nevents-str util
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
CommitLineData
5400d18f
PP
1AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(srcdir) \
2 -I$(top_srcdir)/tests/utils -O2 -g
3
4if LTTNG_TOOLS_BUILD_WITH_LIBDL
5LIBS += -ldl
6endif
7if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
8LIBS += -lc
9endif
10
11if HAVE_LIBLTTNG_UST_CTL
12noinst_PROGRAMS = gen-ust-nevents-str
13gen_ust_nevents_str_SOURCES = gen-ust-nevents-str.c tp.c tp.h
14gen_ust_nevents_str_LDADD = -llttng-ust -lurcu-bp \
15 $(top_builddir)/tests/utils/libtestutils.la
16endif
This page took 0.023045 seconds and 4 git commands to generate.