diff options
author | Wu Xiaotian <[email protected]> | 2019-06-10 04:35:34 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-06-17 21:50:55 +0200 |
commit | 8a106d67151147cdb1d9c7676dcf00a812c4e8a1 (patch) | |
tree | 263678c93dffe280df6c885070bd446daae9431b /Makefile.am | |
parent | c59283ea0796cb79026a99bf2ef0afaa96dcbcfc (diff) | |
download | mate-power-manager-8a106d67151147cdb1d9c7676dcf00a812c4e8a1.tar.bz2 mate-power-manager-8a106d67151147cdb1d9c7676dcf00a812c4e8a1.tar.xz |
use --without-keyring for make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9c6b1c8..147bde5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-applets \ --disable-tests \ + --without-keyring \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |