diff options
author | raveit65 <[email protected]> | 2020-04-21 22:05:45 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:05:45 +0200 |
commit | ec9c6c92f38e82ae22afe53096dc2189cd11fdfa (patch) | |
tree | fc17e149f7a4502e8239cea9e958cdec17a158f3 /Makefile.am | |
parent | f8ce283d478e681dacfe21718fc5d618bd5a8cea (diff) | |
download | mate-screensaver-ec9c6c92f38e82ae22afe53096dc2189cd11fdfa.tar.bz2 mate-screensaver-ec9c6c92f38e82ae22afe53096dc2189cd11fdfa.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 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 = \ |