X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=1290551c4dca8a68f6f90141a29e09e92c391dbd;hp=ff7f1bb01b3fd7d8e8f0f411de232e3cecff7be3;hb=541d828d3101283ccdb1e25fa5a885e1d1743c1a;hpb=14b2b8b8b23d8bf89411ed532cbf9011041981c6 diff --git a/Makefile.am b/Makefile.am index ff7f1bb..1290551 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ AM_CFLAGS=-Wall SUBDIRS = . tests include_HEADERS = urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h \ - urcu-pointer.h urcu-qsbr.h + urcu-pointer.h urcu-qsbr.h urcu-flavor.h nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ urcu/rculist.h urcu/rcuhlist.h urcu/system.h urcu/futex.h \ urcu/uatomic/generic.h urcu/arch/generic.h urcu/wfstack.h \ @@ -22,7 +22,7 @@ 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 \ urcu-call-rcu-impl.h urcu-defer-impl.h \ - ChangeLog + ChangeLog API.txt if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c