X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=5869c5e7a1d658894597c61e292270cd51b43504;hb=refs%2Ftags%2Fv0.6.4;hp=db367df7b30327b945918f325c771022e596e10b;hpb=4503de6939d8eaf70f6a4eaedc24d50af5d7296f;p=urcu.git diff --git a/Makefile.am b/Makefile.am index db367df..5869c5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,12 +14,14 @@ nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ urcu/uatomic/generic.h urcu/arch/generic.h urcu/wfstack.h \ urcu/wfqueue.h urcu/rculfstack.h urcu/rculfqueue.h \ urcu/ref.h urcu/map/*.h urcu/static/*.h urcu/cds.h \ - urcu/urcu_ref.h urcu/urcu-futex.h + urcu/urcu_ref.h urcu/urcu-futex.h urcu/uatomic_arch.h nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \ - README LICENSE compat_arch_x86.c + README LICENSE compat_arch_x86.c \ + urcu-call-rcu-impl.h urcu-defer-impl.h \ + ChangeLog if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c