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