From 3a6dc4d2cfe5623e97f74e784abc5759e21c3265 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 19 Apr 2020 13:44:30 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 93bea52..e8a63d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,9 @@ SUBDIRS = po libmatekbd $(TEST) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-introspection \ + --enable-compile-warnings=no EXTRA_DIST = \ -- cgit v1.2.1