From b9bd5c498cf2791ec4daacd25716a3e13096247f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 7 May 2011 14:29:30 -0700 Subject: [PATCH] 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 . --- ChangeLog | 9 +++++++++ modules/ignore-value | 1 - modules/verify | 1 - 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c84262bc4c..67e79933de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2011-05-07 Paul Eggert + + 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 + . + 2011-05-07 Bruno Haible fclose: Simplify autoconf macro. diff --git a/modules/ignore-value b/modules/ignore-value index 8d48863493..9d00c1f69f 100644 --- a/modules/ignore-value +++ b/modules/ignore-value @@ -10,7 +10,6 @@ configure.ac: AC_REQUIRE([AC_C_INLINE]) Makefile.am: -lib_SOURCES += ignore-value.h Include: "ignore-value.h" diff --git a/modules/verify b/modules/verify index eebb1cde8c..5216ce890d 100644 --- a/modules/verify +++ b/modules/verify @@ -9,7 +9,6 @@ Depends-on: configure.ac: Makefile.am: -lib_SOURCES += verify.h Include: "verify.h" -- 2.30.2