# HG changeset patch # User Bruno Haible # Date 1306189559 -7200 # Node ID cb628b071649cb81d71b9126d472661a2b20143a # Parent 5a9ff11b1cad08e2bc4cdf68e802a672127d8568 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. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + 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 idcache: Move AC_LIBOBJ invocations to module description. diff --git a/m4/i-ring.m4 b/m4/i-ring.m4 --- 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]) + : ]) diff --git a/modules/i-ring b/modules/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"