f85d35a13217342fdae671bac0c6ce0f98e77398
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents / Makefile.am
1 AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils \
2 -I$(top_srcdir)/tests/utils/testapp
3
4 if HAVE_LIBLTTNG_UST_CTL
5 noinst_PROGRAMS = gen-ust-nevents
6 gen_ust_nevents_SOURCES = gen-ust-nevents.c tp.c tp.h
7 gen_ust_nevents_LDADD = $(UST_LIBS) -lurcu-bp \
8 $(top_builddir)/tests/utils/libtestutils.la \
9 $(DL_LIBS)
10 endif
This page took 0.032315 seconds and 5 git commands to generate.