diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b1afb47..8aa82dd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,3 +16,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib \ AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) LDADD = ../libidu/libidu.a ../lib/libgnu.a $(LIBINTL) ../lib/libgnu.a + +# Tell automake's installcheck-binPROGRAMS rule that defid +# need not be checked for --help and --version support. +# Otherwise, it would usually fail when gid is not already installed. +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = defid |