rcuja: no need to link with urcu lib anymore
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 12 Aug 2012 20:50:02 +0000 (16:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 14 May 2013 14:21:29 +0000 (16:21 +0200)
Now that we use the rcu flavor provided as parameter by the application,
there is no need to link with a urcu lib flavor.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am

index 8c552ce10ae61c0f4dea4f46fb69fd79e8baedb3..d58a483b15ef05ee8f0e5a7e3a2fd6f10edf72ae 100644 (file)
@@ -75,11 +75,9 @@ liburcu_signal_la_LIBADD = liburcu-common.la
 liburcu_bp_la_SOURCES = urcu-bp.c urcu-pointer.c $(COMPAT)
 liburcu_bp_la_LIBADD = liburcu-common.la
 
-# liburcu-cds depends on liburcu for the judy array hash table
-# (internally used).
 liburcu_cds_la_SOURCES = rculfqueue.c rculfstack.c lfstack.c \
        $(RCULFHASH) $(RCUJA) $(COMPAT)
-liburcu_cds_la_LIBADD = liburcu-common.la liburcu.la
+liburcu_cds_la_LIBADD = liburcu-common.la
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = liburcu-cds.pc liburcu.pc liburcu-bp.pc liburcu-qsbr.pc \
This page took 0.025033 seconds and 4 git commands to generate.