diff options
author | raveit65 <[email protected]> | 2020-04-21 22:18:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:19:35 +0200 |
commit | 2cf0e901fd6c9746b83642235f7999a3f6a5fbc7 (patch) | |
tree | e2fe6d0be81cddeb810ee40f8e3a7cdcd58f128e | |
parent | e4301a1e59547a0313674276d1967f71b36aa3c5 (diff) | |
download | mate-settings-daemon-2cf0e901fd6c9746b83642235f7999a3f6a5fbc7.tar.bz2 mate-settings-daemon-2cf0e901fd6c9746b83642235f7999a3f6a5fbc7.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 414a03a..e6eeaad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SUBDIRS = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |