From: Bruno Haible Date: Mon, 23 May 2011 22:25:59 +0000 (+0200) Subject: i-ring: Move AC_LIBOBJ invocations to module description. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc3179ba5c1800f874e6080944f1af887b440a25;p=pspp 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 index 01e7eb1f8a..3db4d06906 100644 --- 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 index 838ccbbde9..5f75f68afc 100644 --- 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 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_I_RING], [ - AC_LIBOBJ([i-ring]) + : ]) diff --git a/modules/i-ring b/modules/i-ring index 20503ab40c..374970694b 100644 --- a/modules/i-ring +++ b/modules/i-ring @@ -14,6 +14,7 @@ configure.ac: gl_I_RING Makefile.am: +lib_SOURCES += i-ring.c Include: "i-ring.h"