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