From bd1f72d8758513bfb4d4792bbfcd92453087feaf Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 16 Dec 2018 15:57:11 +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 5272576..ac51ac5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ - --enable-gtk-doc + --enable-gtk-doc \ + CFLAGS='-Wno-deprecated-declarations' distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf -- cgit v1.2.1