diff options
author | raveit65 <[email protected]> | 2020-04-19 13:52:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:52:24 +0200 |
commit | ce9fe80df14e6504a2d9beed1131c831258ce204 (patch) | |
tree | b7cf89ccf727acf945b19f68ce8db17f5bd2d6f4 | |
parent | 3b74151104cf7369cd3e6bd17b8c6b317c3013fb (diff) | |
download | libmatemixer-ce9fe80df14e6504a2d9beed1131c831258ce204.tar.bz2 libmatemixer-ce9fe80df14e6504a2d9beed1131c831258ce204.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 = \ |