changeset 15211:cb628b071649

i-ring: Move AC_LIBOBJ invocations to module description. * m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation. * modules/i-ring (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:25:59 +0200
parents 5a9ff11b1cad
children 97b2baeef1a5
files ChangeLog m4/i-ring.m4 modules/i-ring
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>
+
+	i-ring: Move AC_LIBOBJ invocations to module description.
+	* m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation.
+	* modules/i-ring (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	idcache: Move AC_LIBOBJ invocations to module description.
--- a/m4/i-ring.m4
+++ b/m4/i-ring.m4
@@ -1,4 +1,4 @@
-# serial 1
+# serial 2
 dnl Copyright (C) 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,
@@ -6,5 +6,5 @@
 
 AC_DEFUN([gl_I_RING],
 [
-  AC_LIBOBJ([i-ring])
+  :
 ])
--- a/modules/i-ring
+++ b/modules/i-ring
@@ -14,6 +14,7 @@
 gl_I_RING
 
 Makefile.am:
+lib_SOURCES += i-ring.c
 
 Include:
 "i-ring.h"