diff options
author | raveit65 <[email protected]> | 2020-04-21 22:05:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:07:03 +0200 |
commit | 6fc4e88061c67f84e382cc876e68b1996a1446fc (patch) | |
tree | a8df99860b630e66fdb7906b8d8b4600dcbf72d4 | |
parent | 167da17be8408209f41a508a11ff80e20942320d (diff) | |
download | mate-screensaver-6fc4e88061c67f84e382cc876e68b1996a1446fc.tar.bz2 mate-screensaver-6fc4e88061c67f84e382cc876e68b1996a1446fc.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 e710273..65e0a4d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ NULL = DISTCHECK_CONFIGURE_FLAGS = \ --without-systemd \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' SUBDIRS = \ |