Fix: Remove dependency to urcu-cds in tools tests
[lttng-tools.git] / tests / tools / Makefile.am
index faa836ca6642a1b54b7666dd1d1f16af4103f7bd..cd7ff3292101d817622216cde7af6ea2150e8e82 100644 (file)
@@ -1,7 +1,7 @@
-SUBDIRS = streaming health
+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.023396 seconds and 4 git commands to generate.