From 84a14f04352313e59ffc8849bdae5fcfd5c7c682 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 22 Dec 2018 16:14:40 +0100 Subject: disable deprecation warnings for distcheck --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dc6ffab..c123520 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} NULL = DISTCHECK_CONFIGURE_FLAGS = \ - --without-systemd + --without-systemd \ + CFLAGS='-Wno-deprecated-declarations' SUBDIRS = \ src \ -- cgit v1.2.1