Distribute allocsa.valgrind.
authorBruno Haible <bruno@clisp.org>
Thu, 4 Nov 2004 13:34:20 +0000 (13:34 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Nov 2004 13:34:20 +0000 (13:34 +0000)
ChangeLog
modules/allocsa

index 6afb0e1..d1d68fe 100644 (file)
--- 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.
index 55fdbb7..e0e7d9b 100644 (file)
@@ -4,6 +4,7 @@ Safe automatic memory allocation.
 Files:
 lib/allocsa.h
 lib/allocsa.c
+lib/allocsa.valgrind
 m4/allocsa.m4
 m4/eealloc.m4
 m4/longlong.m4
@@ -17,6 +18,7 @@ gl_ALLOCSA
 
 Makefile.am:
 lib_SOURCES += allocsa.h allocsa.c
+EXTRA_DIST += allocsa.valgrind
 
 Include:
 #include "allocsa.h"