From d113b88a792523304c0cec9928d9d5deb7a5d928 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 24 May 2011 00:10:47 +0200 Subject: [PATCH] idcache: Move AC_LIBOBJ invocations to module description. * m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation. * modules/idcache (Makefile.am): Augment lib_SOURCES. --- ChangeLog | 6 ++++++ m4/idcache.m4 | 4 ++-- modules/idcache | 1 + 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 51afcfaba..01e7eb1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-05-23 Bruno Haible + 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 + human: Move AC_LIBOBJ invocations to module description. * m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation. * modules/human (Makefile.am): Augment lib_SOURCES. diff --git a/m4/idcache.m4 b/m4/idcache.m4 index 0650f50d7..dddf4e589 100644 --- 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 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_IDCACHE], [ - AC_LIBOBJ([idcache]) + : ]) diff --git a/modules/idcache b/modules/idcache index 6334de262..72b7b91e6 100644 --- a/modules/idcache +++ b/modules/idcache @@ -14,6 +14,7 @@ configure.ac: gl_IDCACHE Makefile.am: +lib_SOURCES += idcache.c Include: "idcache.h" -- 2.11.0