mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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>.
22 lines
222 B
Plaintext
22 lines
222 B
Plaintext
Description:
|
|
ignore a value to quiet a compiler warning
|
|
|
|
Files:
|
|
lib/ignore-value.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([AC_C_INLINE])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"ignore-value.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|