Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / high-throughput / Makefile.am
index f71dfd4dfeb7dd76d3f566f08a7ac1ef6224bbcf..1bb87af49487dc87dfcc914223e43226480524d6 100644 (file)
@@ -2,7 +2,7 @@ AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = gen-events
 gen_events_SOURCES = main.c tp.c tp.h
-gen_events_LDADD = -llttng-ust $(DL_LIBS)
+gen_events_LDADD = $(UST_LIBS) $(DL_LIBS)
 
 noinst_SCRIPTS = test_high_throughput
 EXTRA_DIST = test_high_throughput
This page took 0.02313 seconds and 4 git commands to generate.