changeset 14707:5cd365083be8

ignore-value, verify: Omit include files from lib_SOURCES. * modules/ignore-value, modules/verify (Makefile.am): Don't put ignore-value.h, or verify.h, into lib_SOURCES, as that leads Automake to duplicate use of am__objects_... variables in Makefile.in. See <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 07 May 2011 14:29:30 -0700
parents e3c1ba4083ba
children 436a17cfce36
files ChangeLog modules/ignore-value modules/verify
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-05-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+	ignore-value, verify: Omit include files from lib_SOURCES.
+	* modules/ignore-value, modules/verify (Makefile.am):
+	Don't put ignore-value.h, or verify.h, into lib_SOURCES, as
+	that leads Automake to duplicate use of am__objects_... variables
+	in Makefile.in.  See
+	<http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00257.html>.
+
 2011-05-07  Bruno Haible  <bruno@clisp.org>
 
 	fclose: Simplify autoconf macro.
--- a/modules/ignore-value
+++ b/modules/ignore-value
@@ -10,7 +10,6 @@
 AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
-lib_SOURCES += ignore-value.h
 
 Include:
 "ignore-value.h"
--- a/modules/verify
+++ b/modules/verify
@@ -9,7 +9,6 @@
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += verify.h
 
 Include:
 "verify.h"