changeset 15209:54ca2984ef42

human: Move AC_LIBOBJ invocations to module description. * m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation. * modules/human (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:08:16 +0200
parents b98fd02ed38f
children 5a9ff11b1cad
files ChangeLog m4/human.m4 modules/human
diffstat 3 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	human: Move AC_LIBOBJ invocations to module description.
+	* m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation.
+	* modules/human (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description.
--- a/m4/human.m4
+++ b/m4/human.m4
@@ -1,13 +1,11 @@
-#serial 10
+#serial 11
 dnl Copyright (C) 2002-2006, 2009-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,
 dnl with or without modifications, as long as this notice is preserved.
 
+dnl Prerequisites of lib/human.c.
 AC_DEFUN([gl_HUMAN],
 [
-  AC_LIBOBJ([human])
-
-  dnl Prerequisites of lib/human.c.
   :
 ])
--- a/modules/human
+++ b/modules/human
@@ -20,6 +20,7 @@
 gl_HUMAN
 
 Makefile.am:
+lib_SOURCES += human.c
 
 Include:
 "human.h"