Fix: Remove dependency to urcu-cds in tools tests
[lttng-tools.git] / tests / tools / Makefile.am
index 3d2590092f69633f62871c08075ad07284420ec0..cd7ff3292101d817622216cde7af6ea2150e8e82 100644 (file)
@@ -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
 
This page took 0.022416 seconds and 4 git commands to generate.