summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-20 14:59:59 +0100
committerraveit65 <[email protected]>2018-12-20 14:59:59 +0100
commit96505c413183f8569fbb45c5d39cfcb7a95598cd (patch)
tree691c2ef44a11b1b954effe2c321f2e75004d6cea
parentc449849b932c557435542849955e33961dd459eb (diff)
downloadmate-menus-96505c413183f8569fbb45c5d39cfcb7a95598cd.tar.bz2
mate-menus-96505c413183f8569fbb45c5d39cfcb7a95598cd.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a7ae57..81e7b6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
EXTRA_DIST = autogen.sh
-DISTCHECK_CONFIGURE_FLAGS = --disable-introspection
+DISTCHECK_CONFIGURE_FLAGS = \
+ --disable-introspection \
+ CFLAGS='-Wno-deprecated-declarations'
MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \