diff options
author | raveit65 <[email protected]> | 2020-04-19 13:52:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:53:40 +0200 |
commit | 350f54ce9ccb6ac8c3639c457f4fa1dab9cbeab0 (patch) | |
tree | f286322aeb6062a6568e2301784b16d0fac6ea4b | |
parent | 5e972d6a79a4fe0cf39210b22965e209a7de9991 (diff) | |
download | libmatemixer-350f54ce9ccb6ac8c3639c457f4fa1dab9cbeab0.tar.bz2 libmatemixer-350f54ce9ccb6ac8c3639c457f4fa1dab9cbeab0.tar.xz |
build: silent build warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ef0f2f1..9e30153 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,9 @@ SUBDIRS = \ docs \ examples +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no + EXTRA_DIST = autogen.sh MAINTAINERCLEANFILES = \ |