From: Paul Eggert Date: Sat, 7 May 2011 21:29:30 +0000 (-0700) Subject: ignore-value, verify: Omit include files from lib_SOURCES. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bd5c498cf2791ec4daacd25716a3e13096247f;p=pspp 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 . --- 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"