X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=28e414c3c186fffcec498c216ae17ecaaaae50d8;hp=f7d64f67bdf10caf37910ff5be957872dbceb88b;hb=0854ccff976f2893a7f04aaa4b48090f423802a5;hpb=d45599f4bfd3283dbab0f023d051b9b9b0639c0d diff --git a/Makefile.am b/Makefile.am index f7d64f6..28e414c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,9 @@ AM_LDFLAGS=-lpthread SUBDIRS = tests include_HEADERS = urcu.h $(top_srcdir)/urcu-*.h -nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h urcu/rculist.h urcu/system.h -nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic_arch.h +nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ + urcu/rculist.h urcu/system.h urcu/urcu-futex.h +nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic_arch.h urcu/config.h EXTRA_DIST = $(top_srcdir)/urcu/arch_*.h $(top_srcdir)/urcu/uatomic_arch_*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \ @@ -19,6 +20,9 @@ else COMPAT= endif +if COMPAT_FUTEX +COMPAT+=compat_futex.c +endif lib_LTLIBRARIES = liburcu.la liburcu-mb.la liburcu-defer.la liburcu-qsbr.la liburcu-bp.la