X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=Makefile.am;h=7f52ca06ed6d34ab97c9a47a27820b456dab4e22;hb=ee6fabe168685b0a36295d3d071736a483bd33d8;hp=53268e5cc487525dabe46646c5020a1cd70feeb2;hpb=a2e7bf9ce5de5113c7f59c380b0087e291cd603d;p=urcu.git diff --git a/Makefile.am b/Makefile.am index 53268e5..7f52ca0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,12 +5,13 @@ AM_CFLAGS=-Wall SUBDIRS = . tests -include_HEADERS = urcu.h $(top_srcdir)/urcu-*.h +include_HEADERS = urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h \ + urcu-pointer.h urcu-qsbr.h nobase_dist_include_HEADERS = urcu/compiler.h urcu/hlist.h urcu/list.h \ - urcu/rculist.h urcu/rcuhlist.h urcu/system.h urcu/urcu-futex.h \ + urcu/rculist.h urcu/rcuhlist.h urcu/system.h urcu/futex.h \ urcu/uatomic/generic.h urcu/arch/generic.h urcu/wfstack.h \ urcu/wfqueue.h urcu/rculfstack.h urcu/rculfqueue.h \ - urcu/urcu_ref.h urcu/map/*.h urcu/static/*.h + urcu/ref.h urcu/map/*.h urcu/static/*.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 \