From 7badcbc16d2d92746cee1038d633ea358ea72438 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 22 Dec 2018 14:14:09 +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 24b8441..9c6b1c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,8 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-applets \ - --disable-tests + --disable-tests \ + CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history ChangeLog: -- cgit v1.2.1