diff options
author | raveit65 <[email protected]> | 2020-04-19 13:44:30 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 13:48:25 +0200 |
commit | cca493b48906b962e96977b0b4c0b5c78bfb5941 (patch) | |
tree | 4983789984ca0f2af3aeb757275fa7d165666abb | |
parent | 8784f64c41247efe978961ed103da5797f76bcac (diff) | |
download | libmatekbd-cca493b48906b962e96977b0b4c0b5c78bfb5941.tar.bz2 libmatekbd-cca493b48906b962e96977b0b4c0b5c78bfb5941.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 = \ |