install-reloc: Support multi-binary installation.
[gnulib.git] / modules / hash
index 2accfcb..57585e1 100644 (file)
@@ -1,20 +1,20 @@
 Description:
-Parametrizable hash table.
+Parameterizable hash table.
 
 Files:
-lib/hash.h
 lib/hash.c
-m4/hash.m4
-lib/xalloc.h
+lib/hash.h
 
 Depends-on:
+bitrotate
 stdbool
+stdint
+xalloc-oversized
 
 configure.ac:
-gl_HASH
 
 Makefile.am:
-lib_SOURCES += hash.h hash.c
+lib_SOURCES += hash.c
 
 Include:
 "hash.h"