From 2bb36d0b96fdfa52b1cb298a5333d694406025e7 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 26 Dec 2018 11:03:29 +0100 Subject: disable deprecation 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 75072cf..3877c16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,9 @@ CLEANFILES += mozo DISTCLEANFILES = ChangeLog -DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-icon-update \ + CFLAGS='-Wno-deprecated-declarations' mozo: mozo.in $(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@! \ -- cgit v1.2.1