X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=3cfa0ef66ff1b7de98c2ebcafce354aee6d2ba3b;hp=4d3f7bda75854cb4f219ff9ddb8246f18a276618;hb=f8fc437722856fefd5d415405d5ce8d79e8b6e96;hpb=0b6aa0018b42d0b101c617ef6c6d34d0f4dd2258 diff --git a/Makefile.am b/Makefile.am index 4d3f7bd..3cfa0ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +ACLOCAL_AMFLAGS=-I config + INCLUDES = -I$(top_builddir)/urcu #Add the -version-info directly here since we are only building @@ -23,7 +25,8 @@ EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ README LICENSE compat_arch_x86.c \ urcu-call-rcu-impl.h urcu-defer-impl.h \ rculfhash-internal.h \ - ChangeLog API.txt + ChangeLog API.txt \ + $(top_srcdir)/tests/*.sh if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c @@ -35,7 +38,8 @@ if COMPAT_FUTEX COMPAT+=compat_futex.c endif -RCULFHASH=rculfhash.c rculfhash-mm-order.c +RCULFHASH = rculfhash.c rculfhash-mm-order.c rculfhash-mm-chunk.c \ + rculfhash-mm-mmap.c lib_LTLIBRARIES = liburcu-common.la \ liburcu.la liburcu-qsbr.la \