changeset 15215:2a070a31a8a2

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.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:34:00 +0200
parents 85089b96ec6d
children 7f65baf9d58f
files ChangeLog m4/md5.m4 modules/crypto/md5
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue May 24 00:32:54 2011 +0200
+++ b/ChangeLog	Tue May 24 00:34:00 2011 +0200
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	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.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	crypto/md4: Move AC_LIBOBJ invocations to module description.
--- a/m4/md5.m4	Tue May 24 00:32:54 2011 +0200
+++ b/m4/md5.m4	Tue May 24 00:34:00 2011 +0200
@@ -1,4 +1,4 @@
-# md5.m4 serial 11
+# md5.m4 serial 12
 dnl Copyright (C) 2002-2006, 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -6,8 +6,6 @@
 
 AC_DEFUN([gl_MD5],
 [
-  AC_LIBOBJ([md5])
-
   dnl Prerequisites of lib/md5.c.
   AC_REQUIRE([gl_BIGENDIAN])
   AC_REQUIRE([AC_C_INLINE])
--- a/modules/crypto/md5	Tue May 24 00:32:54 2011 +0200
+++ b/modules/crypto/md5	Tue May 24 00:34:00 2011 +0200
@@ -13,6 +13,7 @@
 gl_MD5
 
 Makefile.am:
+lib_SOURCES += md5.c
 
 Include:
 "md5.h"