From 98c558535b680381ff1e6588b3f346371d37f110 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 21 Dec 2018 15:53:21 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index bcea571..885dd70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,9 @@ SUBDIRS = po maximus mate-window-picker-applet ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = autogen.sh intltool-merge.in intltool-extract.in intltool-update.in DISTCLEANFILES = intltool-merge intltool-update intltool-extract -- cgit v1.2.1