From d6fe5b23cc4fcc40a0df654dfd9e9f1c563cc18c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 27 Jun 2011 17:52:41 -0400 Subject: [PATCH] Add ChangeLog file to Makefile.am Signed-off-by: Mathieu Desnoyers --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 02bd8c9..5869c5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h 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 + urcu-call-rcu-impl.h urcu-defer-impl.h \ + ChangeLog if COMPAT_ARCH COMPAT=compat_arch_@ARCHTYPE@.c -- 2.34.1