diff options
author | raveit65 <[email protected]> | 2020-04-20 16:32:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:33:15 +0200 |
commit | cbdd4cfcf1f653fb9d1505ed939904c23468fab9 (patch) | |
tree | 7b55d6303a0bb8d323eee52d99f983f7ce160941 | |
parent | cc06afb61c84478b09378fe60f97f3d19d2bcc74 (diff) | |
download | mate-netbook-cbdd4cfcf1f653fb9d1505ed939904c23468fab9.tar.bz2 mate-netbook-cbdd4cfcf1f653fb9d1505ed939904c23468fab9.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 ec4ff04..0f8e8f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS = po maximus mate-window-picker-applet ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = autogen.sh |