diff options
author | Bruno Haible <bruno@clisp.org> | 2011-05-23 23:33:47 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2011-06-16 00:07:25 +0200 |
commit | 23120a4b85719b00bd05ef70b976913cf9f888b1 (patch) | |
tree | 5dad7d4576758444ad0eec829480b9af9c942a9a /modules | |
parent | 4b40eab91d0e7b3aaf69ba51ab236c079c904649 (diff) | |
download | gnulib-23120a4b85719b00bd05ef70b976913cf9f888b1.tar.gz |
crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
* m4/gc-pbkdf2-sha1.m4: Remove file.
* modules/crypto/gc-pbkdf2-sha1 (Files): Remove it.
(configure.ac): Remove gl_GC_PBKDF2_SHA1 call.
(Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/crypto/gc-pbkdf2-sha1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/crypto/gc-pbkdf2-sha1 b/modules/crypto/gc-pbkdf2-sha1 index d70960c1e5..b0cec61458 100644 --- a/modules/crypto/gc-pbkdf2-sha1 +++ b/modules/crypto/gc-pbkdf2-sha1 @@ -3,16 +3,15 @@ Password-Based Key Derivation Function according to PKCS#5/RFC2898 Files: lib/gc-pbkdf2-sha1.c -m4/gc-pbkdf2-sha1.m4 Depends-on: crypto/gc crypto/gc-hmac-sha1 configure.ac: -gl_GC_PBKDF2_SHA1 Makefile.am: +lib_SOURCES += gc-pbkdf2-sha1.c Include: "gc.h" |