changeset 15202:1851e81daa16

getndelim2: Move AC_LIBOBJ invocations to module description. * m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation. * modules/getndelim2 (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Mon, 23 May 2011 23:35:39 +0200
parents 2e040f472436
children 355e63498252
files ChangeLog m4/getndelim2.m4 modules/getndelim2
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-23  Bruno Haible  <bruno@clisp.org>
+
+	getndelim2: Move AC_LIBOBJ invocations to module description.
+	* m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation.
+	* modules/getndelim2 (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
--- a/m4/getndelim2.m4
+++ b/m4/getndelim2.m4
@@ -1,4 +1,4 @@
-# getndelim2.m4 serial 7
+# getndelim2.m4 serial 8
 dnl Copyright (C) 2003, 2006, 2008-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,7 +6,6 @@
 
 AC_DEFUN([gl_GETNDELIM2],
 [
-  AC_LIBOBJ([getndelim2])
   gl_PREREQ_GETNDELIM2
   AC_CHECK_FUNCS_ONCE([flockfile])
   AC_CHECK_FUNCS_ONCE([funlockfile])
--- a/modules/getndelim2
+++ b/modules/getndelim2
@@ -19,6 +19,7 @@
 gl_GETNDELIM2
 
 Makefile.am:
+lib_SOURCES += getndelim2.c
 
 Include:
 "getndelim2.h"