X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=3cfa0ef66ff1b7de98c2ebcafce354aee6d2ba3b;hp=853ecd54c794b7fa4f0cfd1275d287d0ac1bfc1c;hb=f8fc437722856fefd5d415405d5ce8d79e8b6e96;hpb=308d1cb3650b63d373e60eef0582d6e238b0d2d0 diff --git a/Makefile.am b/Makefile.am index 853ecd5..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-mm-chunk.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 \