diff options
author | raveit65 <[email protected]> | 2020-04-22 17:25:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 17:25:33 +0200 |
commit | 9bc691e3fc9969f781aef9055655335dc05b2e35 (patch) | |
tree | 6232813cd3b5fa2b295c99e510ef19466c9fa29a | |
parent | e516b0a2c803cf6b0f54c6b3cb2779107a49ed85 (diff) | |
download | mate-terminal-9bc691e3fc9969f781aef9055655335dc05b2e35.tar.bz2 mate-terminal-9bc691e3fc9969f781aef9055655335dc05b2e35.tar.xz |
build: silent build warnings for distcheck
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6022fc4..e10f2e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ NULL = DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-silent-rules \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' appdatadir = $(datadir)/metainfo |