summaryrefslogtreecommitdiff
path: root/modules/crypto/md2
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:29:57 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:29 +0200
commit595a46b55ce347d427426acf2af4de6799c07b2e (patch)
tree42d3b3c0e503864bd7583c42ba777a918d89f58e /modules/crypto/md2
parentd5e729a9e2b1553b095e11ba40f1c5c3adec60da (diff)
downloadgnulib-595a46b55ce347d427426acf2af4de6799c07b2e.tar.gz
crypto/md2: Move AC_LIBOBJ invocations to module description.
* m4/md2.m4: Remove file. * modules/crypto/md2 (Files): Remove it. (configure.ac): Remove gl_MD2 call. (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/crypto/md2')
-rw-r--r--modules/crypto/md23
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/crypto/md2 b/modules/crypto/md2
index 322e94eb9a..0cc8499c1e 100644
--- a/modules/crypto/md2
+++ b/modules/crypto/md2
@@ -4,15 +4,14 @@ Compute MD2 checksum.
Files:
lib/md2.h
lib/md2.c
-m4/md2.m4
Depends-on:
minmax
configure.ac:
-gl_MD2
Makefile.am:
+lib_SOURCES += md2.c
Include:
"md2.h"