From 1d99f0223e5f7171edbd6500eb4144789a2df2ff Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 21 Dec 2018 17:13:21 +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