X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftools%2FMakefile.am;h=cd7ff3292101d817622216cde7af6ea2150e8e82;hb=3bae2c9a0bdcc5e5e36239792b80e6cea2f12348;hp=074c8ec8f516876426c958429017561af85abd7d;hpb=07424f161f4afbd07fd165e4ae492726e1de7769;p=lttng-tools.git diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am index 074c8ec8f..cd7ff3292 100644 --- a/tests/tools/Makefile.am +++ b/tests/tools/Makefile.am @@ -1,7 +1,7 @@ -SUBDIRS = streaming +SUBDIRS = streaming filtering health -AM_CFLAGS = -g -Wall -I../ -AM_LDFLAGS = -lurcu -lurcu-cds +AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -g -Wall +AM_LDFLAGS = -lurcu EXTRA_DIST = runall.sh @@ -11,7 +11,8 @@ UTILS=../utils.h 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 + $(top_srcdir)/src/common/utils.c \ + $(top_srcdir)/src/common/error.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 \