(Files): Add lib/intprops.h.
[gnulib.git] / modules / allocsa
index 49670c4..ef15469 100644 (file)
@@ -4,22 +4,27 @@ Safe automatic memory allocation.
 Files:
 lib/allocsa.h
 lib/allocsa.c
+lib/allocsa.valgrind
 m4/allocsa.m4
 m4/eealloc.m4
 m4/longlong.m4
 m4/longdouble.m4
 
 Depends-on:
-alloca
+alloca-opt
 
 configure.ac:
 gl_ALLOCSA
 
 Makefile.am:
 lib_SOURCES += allocsa.h allocsa.c
+EXTRA_DIST += allocsa.valgrind
 
 Include:
-#include <allocsa.h>
+#include "allocsa.h"
+
+License:
+LGPL
 
 Maintainer:
 Bruno Haible