diff options
author | raveit65 <[email protected]> | 2020-04-17 16:41:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-18 12:20:57 +0200 |
commit | c5a207ce77e67ec4dbccdfde217811401edc8291 (patch) | |
tree | 5c7b1e54cbb4f0a051287807575356e28eff1dd6 /Makefile.am | |
parent | 76adae7e526c2a02f76a37f096b4a8d12196b8fc (diff) | |
download | atril-c5a207ce77e67ec4dbccdfde217811401edc8291.tar.bz2 atril-c5a207ce77e67ec4dbccdfde217811401edc8291.tar.xz |
build: silent build warnings for distcheck
they are already displayed during `make`, no need
to display them twice.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 916d8cf7..c77ddd92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -73,6 +73,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-caja \ --disable-tests \ --disable-silent-rules \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf |