From 23120a4b85719b00bd05ef70b976913cf9f888b1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 23 May 2011 23:33:47 +0200 Subject: 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. --- modules/crypto/gc-pbkdf2-sha1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/crypto/gc-pbkdf2-sha1') 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" -- cgit v1.2.1