changeset 5394:0676d18c8e64

Distribute allocsa.valgrind.
author Bruno Haible <bruno@clisp.org>
date Thu, 04 Nov 2004 13:34:20 +0000
parents 12b5efa248fc
children 6714fa39ec5d
files ChangeLog modules/allocsa
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-04  Bruno Haible  <bruno@clisp.org>
+
+	* modules/allocsa (Files): Add lib/allocsa.valgrind.
+	(Makefile.am): Distribute it.
+
 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
 
 	* modules/getdate (Files): Add doc/getdate.texi.
--- a/modules/allocsa
+++ b/modules/allocsa
@@ -4,6 +4,7 @@
 Files:
 lib/allocsa.h
 lib/allocsa.c
+lib/allocsa.valgrind
 m4/allocsa.m4
 m4/eealloc.m4
 m4/longlong.m4
@@ -17,6 +18,7 @@
 
 Makefile.am:
 lib_SOURCES += allocsa.h allocsa.c
+EXTRA_DIST += allocsa.valgrind
 
 Include:
 #include "allocsa.h"