X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile.am;h=a14029b3ad0edcf6417c64eb741b874bfa78f6fa;hp=0cde84acc6515a405062e62ea93f72b756ee66df;hb=a641253675b6005329234c0c7354b88dea7a4245;hpb=4157e1ac43033c8b3ef5405b9c01e8311b2454ca diff --git a/Makefile.am b/Makefile.am index 0cde84a..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 + ChangeLog API.txt \ + $(top_srcdir)/tests/*.sh if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c