Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
1 AM_CPPFLAGS += -I$(srcdir) \
2 -I$(top_srcdir)/tests/utils/testapp
3
4 if HAVE_LIBLTTNG_UST_CTL
5 noinst_PROGRAMS = gen-ust-tracef
6 gen_ust_tracef_SOURCES = gen-ust-tracef.c
7 gen_ust_tracef_LDADD = $(UST_LIBS) $(DL_LIBS)
8 endif
This page took 0.02941 seconds and 4 git commands to generate.