X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2FMakefile.am;h=aacb83716cd8e8528674c3ad7cad7a3da29d6f07;hp=95022b9f98e9ede50fe48d9cf1722a6efd3077d6;hb=20dd2de1fa1efe1519d1b6e88386efa89d60d1b9;hpb=1a1986cee77301b30e22b83a57a9d20224ff08e7 diff --git a/tests/regression/ust/low-throughput/Makefile.am b/tests/regression/ust/low-throughput/Makefile.am index 95022b9f9..aacb83716 100644 --- a/tests/regression/ust/low-throughput/Makefile.am +++ b/tests/regression/ust/low-throughput/Makefile.am @@ -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 -lurcu $(DL_LIBS) +gen_events_LDADD = $(UST_LIBS) $(DL_LIBS) noinst_SCRIPTS = test_low_throughput EXTRA_DIST = test_low_throughput