X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2FMakefile.am;h=173dce21fff3beffa7e917e54487e64aa754202a;hp=074c8ec8f516876426c958429017561af85abd7d;hb=74130cb7d45f2c698c1a9f224bf8e7a2f2368f18;hpb=07424f161f4afbd07fd165e4ae492726e1de7769 diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am index 074c8ec8f..173dce21f 100644 --- a/tests/tools/Makefile.am +++ b/tests/tools/Makefile.am @@ -1,6 +1,6 @@ -SUBDIRS = streaming +SUBDIRS = streaming health -AM_CFLAGS = -g -Wall -I../ +AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -g -Wall AM_LDFLAGS = -lurcu -lurcu-cds 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 \