From 74edb1c7c546cf278e10eaf38ba3d028c456cc96 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Dec 2018 15:59:51 +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 f836421..41eb67a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-icon-update + --disable-icon-update \ + CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ autogen.sh -- cgit v1.2.1