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)
commit0c8934a1258302f8153172c54a062129405f1116
tree9f1066b59267aba8f3e11db0d52322336fb58b36
parenta1287b7a58e79583bb0c71fe05678bb68c0f9fd3
Fix: Remove dependency to urcu-cds in tools tests

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
This page took 0.025912 seconds and 4 git commands to generate.