From 36a63e25d8a94d7bbd776196e597e93fe2024231 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 21 Dec 2018 16:35:19 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 220d315..7f75fcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,9 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-localinstall \ + CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ indicator-applet-*.tar.gz \ -- cgit v1.2.1