diff options
author | raveit65 <[email protected]> | 2020-04-22 18:31:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:35:07 +0200 |
commit | b93f760c56ff8cce27311eb4f37e208f4387b331 (patch) | |
tree | a05dcd311d57bcea1f6387e6e66b77bcb07eeeba | |
parent | 8d27ca8a6984d4c424f6e6018231a3e34fa9c7b9 (diff) | |
download | mate-user-share-b93f760c56ff8cce27311eb4f37e208f4387b331.tar.bz2 mate-user-share-b93f760c56ff8cce27311eb4f37e208f4387b331.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 5491be7..8004740 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = \ DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-compile \ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |