doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / eealloc
index 437cb4d..95b166f 100644 (file)
@@ -3,14 +3,19 @@ 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:
+lib_SOURCES += eealloc.c
 
 Include:
 <eealloc.h>