X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=44cb09bfaa8c342c8b496dd93d195ceb8861cb35;hb=2819ef641bb6e2f7aa60c28f3a8f5ad252aa7d00;hp=933e538b6e7516c124967bcab3d64653be723b80;hpb=b85739551c7ea83748985ece032f757483583a5a;p=userspace-rcu.git diff --git a/Makefile.am b/Makefile.am index 933e538..44cb09b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,8 @@ nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ urcu/tls-compat.h nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h +dist_noinst_HEADERS = urcu-die.h + EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \ LICENSE compat_arch_x86.c \ @@ -35,9 +37,7 @@ else COMPAT= endif -if COMPAT_FUTEX COMPAT+=compat_futex.c -endif RCULFHASH = rculfhash.c rculfhash-mm-order.c rculfhash-mm-chunk.c \ rculfhash-mm-mmap.c