X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=3cfa0ef66ff1b7de98c2ebcafce354aee6d2ba3b;hp=91a9fd144645dea22a9ac609e22bdb9a19112042;hb=f8fc437722856fefd5d415405d5ce8d79e8b6e96;hpb=b0b5525153fce8abae07b9573da1d5169e02eb2b diff --git a/Makefile.am b/Makefile.am index 91a9fd1..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