diff options
author | raveit65 <[email protected]> | 2020-04-21 21:43:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 21:43:17 +0200 |
commit | 18532da9611999a13db4c068e6e371e9b2a4c004 (patch) | |
tree | 6529e059f222f6e5ecd18b36e9709ebdc398910a | |
parent | b534c7282a6bbffc428b58a8e5df0d2372f05ac0 (diff) | |
download | mate-polkit-18532da9611999a13db4c068e6e371e9b2a4c004.tar.bz2 mate-polkit-18532da9611999a13db4c068e6e371e9b2a4c004.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 dcbc79c..26000da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = po src DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |