changeset 8041:85f4b4c1db6c

Reduce the number of AC_LIBOBJ invocations by 1.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Jan 2007 16:00:02 +0000
parents 3905dae579b6
children 8791d13c86ff
files ChangeLog m4/mbchar.m4 modules/mbchar
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-28  Bruno Haible  <bruno@clisp.org>
+
+	* modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
+	* m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
+
 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
 	* gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
--- a/m4/mbchar.m4
+++ b/m4/mbchar.m4
@@ -1,4 +1,4 @@
-# mbchar.m4 serial 5
+# mbchar.m4 serial 6
 dnl Copyright (C) 2005-2007 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -10,5 +10,4 @@
 AC_DEFUN([gl_MBCHAR],
 [
   AC_REQUIRE([AC_GNU_SOURCE])
-  AC_LIBOBJ([mbchar])
 ])
--- a/modules/mbchar
+++ b/modules/mbchar
@@ -16,6 +16,7 @@
 gl_MBCHAR
 
 Makefile.am:
+lib_SOURCES += mbchar.c
 
 Include:
 #include "mbchar.h"