summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-20 15:04:22 +0100
committerraveit65 <[email protected]>2018-12-20 15:04:22 +0100
commit4fec5a83f27d2aeab6f1d719f0fa7709222b3355 (patch)
tree8083abd290c461969523f3a83cee0ccd73056f72
parentaa9aba6393b3380c61de9383a9490dc6993c43b8 (diff)
downloadmate-media-4fec5a83f27d2aeab6f1d719f0fa7709222b3355.tar.bz2
mate-media-4fec5a83f27d2aeab6f1d719f0fa7709222b3355.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ce3d554..27c8e92 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,8 @@ NULL =
SUBDIRS = data po man mate-volume-control
-DISTCHECK_CONFIGURE_FLAGS = \
- --enable-more-warnings \
- --enable-compile-warnings=maximum \
- --enable-deprecated
+DISTCHECK_CONFIGURE_FLAGS = \
+ CFLAGS='-Wno-deprecated-declarations'
DIST_SUBDIRS = \
data \