Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
index 60ed301d1741110fa390f95a39043f9e3c730805..8e88c0e0c3b37e03e21cf7079f3e296ea4c86ebc 100644 (file)
@@ -4,5 +4,5 @@ AM_CPPFLAGS += -I$(srcdir) \
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-tracef
 gen_ust_tracef_SOURCES = gen-ust-tracef.c
-gen_ust_tracef_LDADD = -llttng-ust $(DL_LIBS)
+gen_ust_tracef_LDADD = $(UST_LIBS) $(DL_LIBS)
 endif
This page took 0.023612 seconds and 5 git commands to generate.