diff options
author | raveit65 <[email protected]> | 2020-04-19 13:44:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:44:30 +0200 |
commit | 3a6dc4d2cfe5623e97f74e784abc5759e21c3265 (patch) | |
tree | abc903c9942756287746bd69ffe7b6ed4ed1fe39 | |
parent | af5e909fe225cefdd767146a1dfa7bd3a7872d4f (diff) | |
download | libmatekbd-3a6dc4d2cfe5623e97f74e784abc5759e21c3265.tar.bz2 libmatekbd-3a6dc4d2cfe5623e97f74e784abc5759e21c3265.tar.xz |
build: silent build warnings for distcheck
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 93bea52..e8a63d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,9 @@ SUBDIRS = po libmatekbd $(TEST) ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCHECK_CONFIGURE_FLAGS = --enable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --enable-introspection \ + --enable-compile-warnings=no EXTRA_DIST = \ |