# HG changeset patch # User Bruno Haible # Date 1306193894 -7200 # Node ID 417bb59b081924cb39353f322eefc57d3042732c # Parent 36e1fcc3cddf588f199b4784432ccf0eb1e96ada crypto/sha1: Move AC_LIBOBJ invocations to module description. * m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation. * modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + crypto/sha1: Move AC_LIBOBJ invocations to module description. + * m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation. + * modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible settime: Move AC_LIBOBJ invocations to module description. diff --git a/m4/sha1.m4 b/m4/sha1.m4 --- a/m4/sha1.m4 +++ b/m4/sha1.m4 @@ -1,4 +1,4 @@ -# sha1.m4 serial 9 +# sha1.m4 serial 10 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_SHA1], [ - AC_LIBOBJ([sha1]) - dnl Prerequisites of lib/sha1.c. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_INLINE]) diff --git a/modules/crypto/sha1 b/modules/crypto/sha1 --- a/modules/crypto/sha1 +++ b/modules/crypto/sha1 @@ -13,6 +13,7 @@ gl_SHA1 Makefile.am: +lib_SOURCES += sha1.c Include: "sha1.h"