changeset 15210:5a9ff11b1cad

idcache: Move AC_LIBOBJ invocations to module description. * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation. * modules/idcache (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:10:47 +0200
parents 54ca2984ef42
children cb628b071649
files ChangeLog m4/idcache.m4 modules/idcache
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	idcache: Move AC_LIBOBJ invocations to module description.
+	* m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
+	* modules/idcache (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	human: Move AC_LIBOBJ invocations to module description.
--- a/m4/idcache.m4
+++ b/m4/idcache.m4
@@ -1,4 +1,4 @@
-# idcache.m4 serial 6
+# idcache.m4 serial 7
 dnl Copyright (C) 2002-2003, 2005-2006, 2009-2011 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -7,5 +7,5 @@
 
 AC_DEFUN([gl_IDCACHE],
 [
-  AC_LIBOBJ([idcache])
+  :
 ])
--- a/modules/idcache
+++ b/modules/idcache
@@ -14,6 +14,7 @@
 gl_IDCACHE
 
 Makefile.am:
+lib_SOURCES += idcache.c
 
 Include:
 "idcache.h"