diff options
author | raveit65 <[email protected]> | 2020-04-17 16:41:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-18 22:13:50 +0200 |
commit | 3d15b21c0ab38f42fd0eccab010cbd65cc0a35d0 (patch) | |
tree | 06f79b98a2112b42d165f832e4c7fb75e1f9b44c | |
parent | 8ced6fc296152bc36ae6e01f678991d14d0c9fc5 (diff) | |
download | atril-3d15b21c0ab38f42fd0eccab010cbd65cc0a35d0.tar.bz2 atril-3d15b21c0ab38f42fd0eccab010cbd65cc0a35d0.tar.xz |
build: silent build warnings for distcheck
they are already displayed during `make`, no need
to display them twice.
-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 |