X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2FMakefile.am;h=f64ca5291ac0efdd7fe18ed45ccf13c49b0b7957;hp=06a1f23ce4ee4fececbf648394805f3cba17e54d;hb=6a4f824d3317497f00cd7065ab9905fbb86ea58f;hpb=f8f0c3d1337c4eda5fb76a323ffe6c21c926a21e diff --git a/tests/Makefile.am b/tests/Makefile.am index 06a1f23ce..f64ca5291 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,14 +1,15 @@ 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 +EXTRA_DIST = runall.sh lttng/runall.sh lttng/run-kernel-tests.sh 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