Fix: Remove dependency to urcu-cds in tools tests
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 29 Nov 2012 15:58:15 +0000 (10:58 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Fri, 7 Dec 2012 20:17:54 +0000 (15:17 -0500)
The -lurcu-cds link flag is not mandatory to link any of the tests.
Also, adding this flag can cause multiple symbol definition errors when
linking statically because the libhashtable contains symbol names that
are also present in urcu-cds.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
tests/Makefile.am

index 8dd05a4f0cfb646fdf6cc590a7229fdddeaa3df5..cc6d9ff272d6de6b9cc6d239a1cf233cb86bf075 100644 (file)
@@ -1,7 +1,7 @@
 SUBDIRS = .
 
 AM_CFLAGS = -g -Wall
-AM_LDFLAGS = -lurcu -lurcu-cds
+AM_LDFLAGS = -lurcu
 
 EXTRA_DIST = runall.sh utils.sh lttng/runall.sh lttng/run-kernel-tests.sh
 
This page took 0.025099 seconds and 4 git commands to generate.