changeset 15218:2f6973883335

memxor: Move AC_LIBOBJ invocations to module description. * m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation. * modules/memxor (Makefile.am): Augment lib_SOURCES.
author Bruno Haible <bruno@clisp.org>
date Tue, 24 May 2011 00:38:58 +0200
parents 63b759a16550
children 6707aa07e038
files ChangeLog m4/memxor.m4 modules/memxor
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>
+
+	memxor: Move AC_LIBOBJ invocations to module description.
+	* m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
+	* modules/memxor (Makefile.am): Augment lib_SOURCES.
+
 2011-05-23  Bruno Haible  <bruno@clisp.org>
 
 	memcoll: Move AC_LIBOBJ invocations to module description.
--- a/m4/memxor.m4
+++ b/m4/memxor.m4
@@ -1,4 +1,4 @@
-# memxor.m4 serial 3
+# memxor.m4 serial 4
 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,6 +6,5 @@
 
 AC_DEFUN([gl_MEMXOR],
 [
-  AC_LIBOBJ([memxor])
   AC_REQUIRE([AC_C_RESTRICT])
 ])
--- a/modules/memxor
+++ b/modules/memxor
@@ -12,6 +12,7 @@
 gl_MEMXOR
 
 Makefile.am:
+lib_SOURCES += memxor.c
 
 Include:
 "memxor.h"