From a3862b79278adc0972283580fb67610a09223690 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 18 Apr 2020 22:38:20 +0200 Subject: build: silent build warnings for distcheck --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index f68b5ec..11ed243 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,10 @@ caja-dropbox.1: $(top_srcdir)/caja-dropbox.txt.in caja-dropbox $(top_srcdir)/doc SUBDIRS = data src +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ + CFLAGS='-Wno-deprecated-declarations' + # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ -- cgit v1.2.1