Cleanup: dlmopen detection
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
CommitLineData
343af227 1AM_CPPFLAGS += -I$(srcdir)
b02dcdb8
MD
2
3if HAVE_LIBLTTNG_UST_CTL
4noinst_PROGRAMS = gen-ust-tracef
5gen_ust_tracef_SOURCES = gen-ust-tracef.c
b1c46f87 6gen_ust_tracef_LDADD = -llttng-ust $(DL_LIBS)
b02dcdb8 7endif
This page took 0.036175 seconds and 5 git commands to generate.