X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=8fbf11d9d82f695c6210ca8aad90ee63219be013;hb=refs%2Fheads%2Furcu%2Frcu-dereference-checker;hp=752510d717783c9d0868c6701767613b617ba357;hpb=2fec8f05f010408e989356e6f9d8c1e191ba4dfa;p=urcu.git diff --git a/Makefile.am b/Makefile.am index 752510d..8fbf11d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ $(top_srcdir)/urcu/map/*.h \ $(top_srcdir)/urcu/static/*.h \ urcu/rand-compat.h \ - urcu/tls-compat.h + urcu/tls-compat.h urcu/urcu-checker.h nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h dist_noinst_HEADERS = urcu-die.h urcu-wait.h @@ -57,7 +57,9 @@ lib_LTLIBRARIES = liburcu-common.la \ # liburcu-common contains wait-free queues (needed by call_rcu) as well # as futex fallbacks. # -liburcu_common_la_SOURCES = wfqueue.c wfcqueue.c wfstack.c $(COMPAT) +liburcu_common_la_SOURCES = wfqueue.c wfcqueue.c wfstack.c $(COMPAT) \ + urcu-checker.c +liburcu_common_la_LDFLAGS = -ldl liburcu_la_SOURCES = urcu.c urcu-pointer.c $(COMPAT) liburcu_la_LIBADD = liburcu-common.la