Fix: Remove dependency to urcu-cds in tools tests
[lttng-tools.git] / tests / tools / Makefile.am
index 173dce21fff3beffa7e917e54487e64aa754202a..cd7ff3292101d817622216cde7af6ea2150e8e82 100644 (file)
@@ -1,7 +1,7 @@
-SUBDIRS = streaming health
+SUBDIRS = streaming filtering health
 
 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -g -Wall
-AM_LDFLAGS = -lurcu -lurcu-cds
+AM_LDFLAGS = -lurcu
 
 EXTRA_DIST = runall.sh
 
This page took 0.02482 seconds and 4 git commands to generate.