test-perror: check for strerror interactions
[pspp] / modules / xalloc
index e8370970dfaed3fc0645620e11867c7b73cfc33e..0edcfc6eacb24290b321168e6b5a0b711e000ad9 100644 (file)
@@ -4,20 +4,23 @@ Memory allocation with out-of-memory checking.  Also see xalloc-die.
 Files:
 lib/xalloc.h
 lib/xmalloc.c
-lib/xstrdup.c
 m4/xalloc.m4
 
 Depends-on:
+inline
+xalloc-die
+xalloc-oversized
 
 configure.ac:
 gl_XALLOC
 
 Makefile.am:
-lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
 
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
-