diff options
author | raveit65 <[email protected]> | 2018-12-20 15:04:22 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-20 15:04:57 +0100 |
commit | f64fbb2132ce3e3c52709b0ba06de3af5b792331 (patch) | |
tree | fe4ed03f7c8e33974ea3e1d0a10e87ed38c26702 /Makefile.am | |
parent | 6eb6086ec1b355c19e4d420352976d8baa02d8a3 (diff) | |
download | mate-media-f64fbb2132ce3e3c52709b0ba06de3af5b792331.tar.bz2 mate-media-f64fbb2132ce3e3c52709b0ba06de3af5b792331.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 \ |