summaryrefslogtreecommitdiff
path: root/modules/hash
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:02:09 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:27 +0200
commit70a6fb3ca6f829c69077809ca8e8d098819e2f83 (patch)
tree8d88e0295aa584ae8851af0959090ed3bf00815a /modules/hash
parent8cc5c7f6a4982701ec4c1d03caba249a5f86c3dd (diff)
downloadgnulib-70a6fb3ca6f829c69077809ca8e8d098819e2f83.tar.gz
hash: Move AC_LIBOBJ invocations to module description.
* m4/hash.m4: Remove file. * modules/hash (Files): Remove it. (configure.ac): Remove gl_HASH call. (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/hash')
-rw-r--r--modules/hash3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/hash b/modules/hash
index 72afda6cf1..57585e14b7 100644
--- a/modules/hash
+++ b/modules/hash
@@ -4,7 +4,6 @@ Parameterizable hash table.
Files:
lib/hash.c
lib/hash.h
-m4/hash.m4
Depends-on:
bitrotate
@@ -13,9 +12,9 @@ stdint
xalloc-oversized
configure.ac:
-gl_HASH
Makefile.am:
+lib_SOURCES += hash.c
Include:
"hash.h"