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