summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-16 16:05:34 +0100
committerraveit65 <[email protected]>2018-12-16 16:06:48 +0100
commit7a8e4de6b0292d33a1bfe50a644c00e60ebb7b97 (patch)
treeb031da9083f50670b38b9655d4df955e5d069435
parentcefd5e90bde498a5c8318b140547d3fa029a93f5 (diff)
downloadmate-applets-7a8e4de6b0292d33a1bfe50a644c00e60ebb7b97.tar.bz2
mate-applets-7a8e4de6b0292d33a1bfe50a644c00e60ebb7b97.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b10b59d..cf3866c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,6 +64,9 @@ DIST_SUBDIRS = \
command \
netspeed
+DISTCHECK_CONFIGURE_FLAGS = \
+ CFLAGS='-Wno-deprecated-declarations'
+
EXTRA_DIST = \
m4/ac-define-dir.m4 \
COPYING-DOCS \