autoupdate
[gnulib.git] / modules / eealloc
index 95189e9..95b166f 100644 (file)
@@ -3,18 +3,25 @@ Memory allocation with expensive empty allocations (glibc compatible).
 
 Files:
 lib/eealloc.h
+lib/eealloc.c
 m4/eealloc.m4
+m4/malloc.m4
+m4/realloc.m4
 
 Depends-on:
+extern-inline
 
 configure.ac:
 gl_EEALLOC
 
 Makefile.am:
-EXTRA_DIST += eealloc.h
+lib_SOURCES += eealloc.c
 
 Include:
-#include <eealloc.h>
+<eealloc.h>
+
+License:
+GPL
 
 Maintainer:
 Bruno Haible