From 1e2cc5d083acc2230deedcfefb0e2e40beb3bc3b 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 189f988..2fa768e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = autogen.sh -DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-introspection \ + --disable-python \ + CFLAGS='-Wno-deprecated-declarations' MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ -- cgit v1.2.1