Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / multi-session / Makefile.am
index 204ae7bcf2f96cb28a61725b3215cf254dc4de4e..0d807a87858bff46b16438262f3e71e13a789079 100644 (file)
@@ -2,7 +2,7 @@ AM_CFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = gen-nevents
 gen_nevents_SOURCES = gen-nevents.c tp.c ust_gen_nevents.h
-gen_nevents_LDADD = -llttng-ust -lurcu-bp $(DL_LIBS)
+gen_nevents_LDADD = $(UST_LIBS) $(DL_LIBS)
 
 noinst_SCRIPTS = test_multi_session
 EXTRA_DIST = test_multi_session
This page took 0.024181 seconds and 4 git commands to generate.