i-ring: Move AC_LIBOBJ invocations to module description.
authorBruno Haible <bruno@clisp.org>
Mon, 23 May 2011 22:25:59 +0000 (00:25 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 15 Jun 2011 22:07:28 +0000 (00:07 +0200)
* m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation.
* modules/i-ring (Makefile.am): Augment lib_SOURCES.

ChangeLog
m4/i-ring.m4
modules/i-ring

index 01e7eb1..3db4d06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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.
        * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
        * modules/idcache (Makefile.am): Augment lib_SOURCES.
index 838ccbb..5f75f68 100644 (file)
@@ -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 @@ dnl with or without modifications, as long as this notice is preserved.
 
 AC_DEFUN([gl_I_RING],
 [
-  AC_LIBOBJ([i-ring])
+  :
 ])
index 20503ab..3749706 100644 (file)
@@ -14,6 +14,7 @@ configure.ac:
 gl_I_RING
 
 Makefile.am:
+lib_SOURCES += i-ring.c
 
 Include:
 "i-ring.h"