X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=382a772250389d9d554905a849fd14bf80a43c58;hp=f64ca5291ac0efdd7fe18ed45ccf13c49b0b7957;hb=a304c14c89f6caecbc08b8cc64d7841700e0401f;hpb=c2b75c490235d87f8a8040f3ddff6b0addceea21 diff --git a/tests/Makefile.am b/tests/Makefile.am index f64ca5291..382a77225 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,6 +14,7 @@ LIBLTTNG=$(top_srcdir)/liblttngctl/lttngctl.c \ $(top_srcdir)/liblttng-sessiond-comm/lttng-sessiond-comm.c test_sessions_SOURCES = test_sessions.c $(UTILS) $(SESSIONS) +test_sessions_LDADD = $(top_builddir)/librunas/librunas.la test_kernel_data_trace_SOURCES = test_kernel_data_trace.c $(UTILS) $(KERN_DATA_TRACE)