X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=f64ca5291ac0efdd7fe18ed45ccf13c49b0b7957;hp=5ed904b477b59345c7a7833c5abe93017c57820d;hb=6a4f824d3317497f00cd7065ab9905fbb86ea58f;hpb=bbb8171ce59e0987dba2771ab4ee12b74f039107 diff --git a/tests/Makefile.am b/tests/Makefile.am index 5ed904b47..f64ca5291 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ AM_CFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/libkernelctl \ - -I$(top_srcdir)/liblttngctl -g -Wall + -I$(top_srcdir)/liblttngctl -g -Wall -lurcu -lurcu-cds EXTRA_DIST = runall.sh lttng/runall.sh lttng/run-kernel-tests.sh @@ -7,8 +7,9 @@ noinst_PROGRAMS = test_sessions test_kernel_data_trace kernel_all_events_basic \ kernel_event_basic UTILS=utils.h -SESSIONS=$(top_srcdir)/ltt-sessiond/session.c -KERN_DATA_TRACE=$(top_srcdir)/ltt-sessiond/trace-kernel.c +SESSIONS=$(top_srcdir)/lttng-sessiond/session.c $(top_srcdir)/lttng-sessiond/hashtable.c \ + $(top_srcdir)/hashtable/rculfhash.c $(top_srcdir)/hashtable/hash.c +KERN_DATA_TRACE=$(top_srcdir)/lttng-sessiond/trace-kernel.c LIBLTTNG=$(top_srcdir)/liblttngctl/lttngctl.c \ $(top_srcdir)/liblttng-sessiond-comm/lttng-sessiond-comm.c