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