From cf5a9a16832f037b1e0a4e9114208bb061892daa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 20 Dec 2018 19:36:42 +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 7e458cd..0ce5cb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ $(OBJECTS): libtool libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-icon-update \ + CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ intltool-extract \ -- cgit v1.2.1