From 422f7e5128d77c88d5dba2d9eecdc09827a413a3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 21 Dec 2018 16:51:45 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 38cc7f9f..eb6b0bfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-introspection + --disable-introspection \ + CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ autogen.sh \ -- cgit v1.2.1