X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=a14029b3ad0edcf6417c64eb741b874bfa78f6fa;hp=30c700be9d6abc00cc8e3c57b8ec102d0b5e5e40;hb=a641253675b6005329234c0c7354b88dea7a4245;hpb=f9da093679d86979fe9e00c90267dbc52f431d15 diff --git a/Makefile.am b/Makefile.am index 30c700b..a14029b 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 @@ -21,7 +23,8 @@ 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 \ urcu-call-rcu-impl.h urcu-defer-impl.h \ - ChangeLog API.txt + ChangeLog API.txt \ + $(top_srcdir)/tests/*.sh if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c