From b269c5d65c6eb13382d70f0141005fc4fa69638d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 21 Apr 2020 21:49:10 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 6d799a5..3145031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-applets \ --disable-tests \ --without-keyring \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history -- cgit v1.2.1