getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / hash
index f180d3fdd7678ffa58a0d170583b518a8e43a440..72afda6cf1f76751964eef8fd557f8ef72caba56 100644 (file)
@@ -1,20 +1,21 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
+lib/hash.h
 m4/hash.m4
-lib/xalloc.h
 
 Depends-on:
+bitrotate
 stdbool
+stdint
+xalloc-oversized
 
 configure.ac:
 gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
 
 Include:
 "hash.h"
@@ -24,4 +25,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-