X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=include%2FMakefile.am;h=b55bcf0271290e6e440c5b66ce87089dd5903063;hp=58aa73668d51b83af38e8cfbec5e37208c7896c4;hb=HEAD;hpb=d18544842bdfbf2cba6c194a8e8d305ddf5e295e diff --git a/include/Makefile.am b/include/Makefile.am index 58aa736..4c32a4c 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,6 +3,7 @@ # SPDX-License-Identifier: MIT nobase_include_HEADERS = \ + urcu/annotate.h \ urcu/arch/aarch64.h \ urcu/arch/alpha.h \ urcu/arch/arm.h \ @@ -11,6 +12,7 @@ nobase_include_HEADERS = \ urcu/arch.h \ urcu/arch/hppa.h \ urcu/arch/ia64.h \ + urcu/arch/loongarch.h \ urcu/arch/m68k.h \ urcu/arch/mips.h \ urcu/arch/nios2.h \ @@ -37,7 +39,6 @@ nobase_include_HEADERS = \ urcu/map/urcu-mb.h \ urcu/map/urcu-memb.h \ urcu/map/urcu-qsbr.h \ - urcu/map/urcu-signal.h \ urcu/pointer.h \ urcu/rcuhlist.h \ urcu/rculfhash.h \ @@ -55,8 +56,6 @@ nobase_include_HEADERS = \ urcu/static/urcu-mb.h \ urcu/static/urcu-memb.h \ urcu/static/urcu-qsbr.h \ - urcu/static/urcu-signal.h \ - urcu/static/urcu-signal-nr.h \ urcu/static/wfcqueue.h \ urcu/static/wfqueue.h \ urcu/static/wfstack.h \ @@ -74,6 +73,7 @@ nobase_include_HEADERS = \ urcu/uatomic.h \ urcu/uatomic/hppa.h \ urcu/uatomic/ia64.h \ + urcu/uatomic/loongarch.h \ urcu/uatomic/m68k.h \ urcu/uatomic/mips.h \ urcu/uatomic/nios2.h \ @@ -90,7 +90,6 @@ nobase_include_HEADERS = \ urcu/urcu-memb.h \ urcu/urcu-qsbr.h \ urcu/urcu_ref.h \ - urcu/urcu-signal.h \ urcu/wfcqueue.h \ urcu/wfqueue.h \ urcu/wfstack.h \