diff options
author | raveit65 <[email protected]> | 2020-04-22 18:42:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:42:16 +0200 |
commit | 4639d5443676df71cd6bb2fa7bdf50ccd17c3c1d (patch) | |
tree | a126dc3edb52d62ea331f23f824dbdb713534433 /Makefile.am | |
parent | 2a1375f6937e9edd3b06ffbd5a555ce49a64897a (diff) | |
download | mate-utils-4639d5443676df71cd6bb2fa7bdf50ccd17c3c1d.tar.bz2 mate-utils-4639d5443676df71cd6bb2fa7bdf50ccd17c3c1d.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 f88cb1d0..2ed4dc4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ DISTCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |