Support for sys_futex autodetection
[urcu.git] / Makefile.am
index f7d64f67bdf10caf37910ff5be957872dbceb88b..28e414c3c186fffcec498c216ae17ecaaaae50d8 100644 (file)
@@ -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
 
This page took 0.023058 seconds and 4 git commands to generate.