Fix: Remove dependency to urcu-cds in tools tests
[lttng-tools.git] / tests / Makefile.am
index 1dd8bbea7b5e3d27671c3bec78e8cd53f0acb03d..cc6d9ff272d6de6b9cc6d239a1cf233cb86bf075 100644 (file)
@@ -1,6 +1,7 @@
 SUBDIRS = .
 
-AM_CFLAGS=-g -Wall -lurcu -lurcu-cds
+AM_CFLAGS = -g -Wall
+AM_LDFLAGS = -lurcu
 
 EXTRA_DIST = runall.sh utils.sh lttng/runall.sh lttng/run-kernel-tests.sh
 
This page took 0.023393 seconds and 4 git commands to generate.