X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=df67b1e3fef0fd8c8f7ce71d37b7f0a994a49987;hp=f7d64f67bdf10caf37910ff5be957872dbceb88b;hb=c96a37267efd57cddf7a30f472f9e56f2ecddddc;hpb=7d413817f09b2d17b1a79ea012590609ffab5eb6 diff --git a/Makefile.am b/Makefile.am index f7d64f6..df67b1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,11 +3,12 @@ INCLUDES = -I$(top_builddir)/urcu AM_LDFLAGS=-lpthread -SUBDIRS = tests +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