summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-21 16:51:45 +0100
committerraveit65 <[email protected]>2018-12-21 16:51:45 +0100
commit422f7e5128d77c88d5dba2d9eecdc09827a413a3 (patch)
tree38d38600d1be77ef144caf3d165a2304e4705bb5 /Makefile.am
parent77d343bda16bea9608188a249a858a79aa67ac96 (diff)
downloadmate-panel-422f7e5128d77c88d5dba2d9eecdc09827a413a3.tar.bz2
mate-panel-422f7e5128d77c88d5dba2d9eecdc09827a413a3.tar.xz
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 38cc7f9f..eb6b0bfa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,7 +13,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
- --disable-introspection
+ --disable-introspection \
+ CFLAGS='-Wno-deprecated-declarations'
EXTRA_DIST = \
autogen.sh \