1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/ignore-value
Paul Eggert b9bd5c498c 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 14:30:09 -07:00

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