diff options
author | raveit65 <[email protected]> | 2020-04-20 16:32:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:32:01 +0200 |
commit | 13a439178769bb89b0fb9281cabead8b860334dd (patch) | |
tree | 88149a04185fee168a5f74dde0c6905a00750229 | |
parent | 68f050783209aa6b375ea98585210bc100333544 (diff) | |
download | mate-netbook-13a439178769bb89b0fb9281cabead8b860334dd.tar.bz2 mate-netbook-13a439178769bb89b0fb9281cabead8b860334dd.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 |