summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-19 19:14:46 +0100
committerraveit65 <[email protected]>2018-12-19 19:14:46 +0100
commit583659e98593166865b2754653a8a68c17deb29b (patch)
treebf9923dcd1d58b02673f7685bb7a377908caf441
parent1ab851d6d734506b94b820936e12430f5d170566 (diff)
downloadmate-desktop-583659e98593166865b2754653a8a68c17deb29b.tar.bz2
mate-desktop-583659e98593166865b2754653a8a68c17deb29b.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 78bf95a..0d75e92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,8 @@ endif
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS = \
- --enable-gtk-doc
+ --enable-gtk-doc \
+ CFLAGS='-Wno-deprecated-declarations'
if MATE_ABOUT_ENABLED
versiondir = $(datadir)/mate-about