From: Christian Babeux Date: Thu, 29 Nov 2012 15:58:15 +0000 (-0500) Subject: Fix: Remove dependency to urcu-cds in tools tests X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0c8934a1258302f8153172c54a062129405f1116 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 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 8dd05a4f0..cc6d9ff27 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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