Fix: Remove dependency to urcu-cds in tools tests
[lttng-tools.git] / tests / tools / Makefile.am
index 56eda3adae64e25710cce4e83c3bae5d62166f21..cd7ff3292101d817622216cde7af6ea2150e8e82 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = streaming filtering health
 
 AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -g -Wall
 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
 
 
 EXTRA_DIST = runall.sh
 
This page took 0.023472 seconds and 4 git commands to generate.