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