From 96505c413183f8569fbb45c5d39cfcb7a95598cd Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 20 Dec 2018 14:59:59 +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 8a7ae57..81e7b6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = autogen.sh -DISTCHECK_CONFIGURE_FLAGS = --disable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-introspection \ + CFLAGS='-Wno-deprecated-declarations' MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ -- cgit v1.2.1