Cleanup: dlmopen detection
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir)
7e0cc23b 2
7e0cc23b
CB
3if HAVE_LIBLTTNG_UST_CTL
4noinst_PROGRAMS = gen-ust-events
5gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
ae941114 6gen_ust_events_LDADD = -llttng-ust -lurcu-bp \
b1c46f87
MJ
7 $(top_builddir)/tests/utils/libtestutils.la \
8 $(DL_LIBS)
7e0cc23b 9endif
This page took 0.040967 seconds and 5 git commands to generate.