X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2FMakefile.am;h=074c8ec8f516876426c958429017561af85abd7d;hp=f4cfe57b9ffa2f332b46038563fd7d084b4c9aaf;hb=07424f161f4afbd07fd165e4ae492726e1de7769;hpb=f9cd0dcde5fb24b3872aea0ba248e1dcab602ff7 diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am index f4cfe57b9..074c8ec8f 100644 --- a/tests/tools/Makefile.am +++ b/tests/tools/Makefile.am @@ -8,7 +8,10 @@ EXTRA_DIST = runall.sh noinst_PROGRAMS = test_sessions test_kernel_data_trace UTILS=../utils.h -SESSIONS=$(top_srcdir)/src/bin/lttng-sessiond/session.c +SESSIONS=$(top_srcdir)/src/bin/lttng-sessiond/session.c \ + $(top_srcdir)/src/bin/lttng-sessiond/consumer.c \ + $(top_srcdir)/src/common/uri.c \ + $(top_srcdir)/src/common/utils.c KERN_DATA_TRACE=$(top_srcdir)/src/bin/lttng-sessiond/trace-kernel.c \ $(top_srcdir)/src/bin/lttng-sessiond/consumer.c \ $(top_srcdir)/src/common/uri.c \ @@ -19,7 +22,7 @@ SESSIOND_COMM=$(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la # Tracing sessions unit tests test_sessions_SOURCES = test_sessions.c $(UTILS) $(SESSIONS) -test_sessions_LDADD = $(COMMON) $(HASHTABLE) +test_sessions_LDADD = $(COMMON) $(HASHTABLE) $(SESSIOND_COMM) # Kernel trace data unit tests test_kernel_data_trace_SOURCES = test_kernel_data_trace.c $(UTILS) $(KERN_DATA_TRACE)