From f1e42e5fa384657089f70be9cb32c7846d529877 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 14 Mar 2013 10:32:13 -0400 Subject: [PATCH] Remove urcu-api-list.sh from dist tarball It needs to be run in the git repository. Signed-off-by: Mathieu Desnoyers --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index d95eca4..0a4d357 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,7 @@ EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ LICENSE compat_arch_x86.c \ urcu-call-rcu-impl.h urcu-defer-impl.h \ rculfhash-internal.h \ - $(top_srcdir)/tests/*.sh \ - $(top_srcdir)/scripts/*.sh + $(top_srcdir)/tests/*.sh if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c -- 2.34.1