ignore-value, verify: Omit include files from lib_SOURCES.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 May 2011 21:29:30 +0000 (14:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 7 May 2011 21:30:09 +0000 (14:30 -0700)
* 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>.

ChangeLog
modules/ignore-value
modules/verify

index c84262b..67e7993 100644 (file)
--- 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.
index 8d48863..9d00c1f 100644 (file)
@@ -10,7 +10,6 @@ configure.ac:
 AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
-lib_SOURCES += ignore-value.h
 
 Include:
 "ignore-value.h"
index eebb1cd..5216ce8 100644 (file)
@@ -9,7 +9,6 @@ Depends-on:
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += verify.h
 
 Include:
 "verify.h"