diff options
author | raveit65 <[email protected]> | 2020-04-19 13:39:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:39:27 +0200 |
commit | ac8b5b9a4e84c2e6868c6cd01c7f60f45462df93 (patch) | |
tree | e6a8d455d5b5f866861003db59bbe1030842902b | |
parent | 5828a69a942412f87c72d217712798a1748cb969 (diff) | |
download | eom-ac8b5b9a4e84c2e6868c6cd01c7f60f45462df93.tar.bz2 eom-ac8b5b9a4e84c2e6868c6cd01c7f60f45462df93.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 f52e167..14163ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ DISTCLEANFILES = DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --enable-gtk-doc \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf |