diff options
author | raveit65 <[email protected]> | 2020-04-19 13:39:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:41:03 +0200 |
commit | dfe18d9522be1042513719e01c45be5916020bf6 (patch) | |
tree | df07e597bd24286222bf1d5815ce6391a823bc47 /Makefile.am | |
parent | 3af950e52f56ac298cdef078a7fa22e2cd2b472f (diff) | |
download | eom-dfe18d9522be1042513719e01c45be5916020bf6.tar.bz2 eom-dfe18d9522be1042513719e01c45be5916020bf6.tar.xz |
build: silent build warnings for distcheck
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 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 |