X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=3c06a2eb70b7933082ae846e83d8a1c9817f7e3a;hb=61e0e50630c2550cfdfd978740893b5df1779c30;hp=f39fdea0087dfbaad0d9479ae74343ee3a2f5226;hpb=f48d08555a6ba4f690e80d40b1a2f178a3a1a27e;p=userspace-rcu.git diff --git a/Makefile.am b/Makefile.am index f39fdea..3c06a2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,21 +1,22 @@ INCLUDES = -I$(top_builddir)/urcu -AM_LDFLAGS=-lpthread +#Add the -version-info directly here since we are only building +# library that use the version-info +AM_LDFLAGS=-lpthread -version-info $(URCU_LIBRARY_VERSION) 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/uatomic_generic.h urcu/arch_generic.h urcu/wfstack.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/wfqueue-static.h urcu/wfstack-static.h \ - urcu/rculfqueue-static.h urcu/rculfstack-static.h \ - urcu/urcu_ref.h -nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic_arch.h urcu/config.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_arch_*.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