summaryrefslogtreecommitdiff
path: root/modules/crypto/md5
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-24 00:34:00 +0200
committerBruno Haible <bruno@clisp.org>2011-06-16 00:07:30 +0200
commit7da4d67b7149359a00ed137f81752074339d93ab (patch)
treeec55a024b9b0abb1c5e271c8432ab0e5ef4a59f2 /modules/crypto/md5
parentb5b37f450c1d325457a2496d8c714c69b4f907bd (diff)
downloadgnulib-7da4d67b7149359a00ed137f81752074339d93ab.tar.gz
crypto/md5: Move AC_LIBOBJ invocations to module description.
* m4/md5.m4 (gl_MD5): Remove AC_LIBOBJ invocation. * modules/crypto/md5 (Makefile.am): Augment lib_SOURCES.
Diffstat (limited to 'modules/crypto/md5')
-rw-r--r--modules/crypto/md51
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/md5 b/modules/crypto/md5
index 7e529e7593..8cad978273 100644
--- a/modules/crypto/md5
+++ b/modules/crypto/md5
@@ -13,6 +13,7 @@ configure.ac:
gl_MD5
Makefile.am:
+lib_SOURCES += md5.c
Include:
"md5.h"