From: Mathieu Desnoyers Date: Thu, 14 Mar 2013 14:32:13 +0000 (-0400) Subject: Remove urcu-api-list.sh from dist tarball X-Git-Tag: v0.8.0~99 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=f1e42e5fa384657089f70be9cb32c7846d529877 Remove urcu-api-list.sh from dist tarball It needs to be run in the git repository. Signed-off-by: Mathieu Desnoyers --- 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