summaryrefslogtreecommitdiff
path: root/modules/crypto/rijndael
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 01:23:28 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:35 +0200
commit356644eb1a78f8bd59cf7b2f432c2a55ce05b576 (patch)
tree945b73cbf6d9aa62bba8e2fddf099bb5f563a61f /modules/crypto/rijndael
parentacb9956a60a6bab2bcd22139d7e79140f28a9b18 (diff)
downloadgnulib-356644eb1a78f8bd59cf7b2f432c2a55ce05b576.tar.gz
crypto/rijndael: Move AC_LIBOBJ invocations to module description.
* m4/rijndael.m4: Remove file. * modules/crypto/rijndael (Files): Remove it. (configure.ac): Remove gl_RIJNDAEL call. (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/crypto/rijndael')
-rw-r--r--modules/crypto/rijndael3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/crypto/rijndael b/modules/crypto/rijndael
index db9a6dfa96..c5feae6faf 100644
--- a/modules/crypto/rijndael
+++ b/modules/crypto/rijndael
@@ -6,15 +6,14 @@ lib/rijndael-alg-fst.c
lib/rijndael-alg-fst.h
lib/rijndael-api-fst.c
lib/rijndael-api-fst.h
-m4/rijndael.m4
Depends-on:
stdint
configure.ac:
-gl_RIJNDAEL
Makefile.am:
+lib_SOURCES += rijndael-alg-fst.c rijndael-api-fst.c
Include:
"rijndael-alg-fst.h"