diff options
author | Wu Xiaotian <[email protected]> | 2019-06-10 04:35:34 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-06-17 21:49:15 +0200 |
commit | 9a2707d0184d21c37da765a9adbc40b38db73b6c (patch) | |
tree | 05050b611601db5659028edfeb5947f6061916b9 /Makefile.am | |
parent | 8d2aedc2e152e507a5f6f24ac5b906c17ddeece7 (diff) | |
download | mate-power-manager-9a2707d0184d21c37da765a9adbc40b38db73b6c.tar.bz2 mate-power-manager-9a2707d0184d21c37da765a9adbc40b38db73b6c.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 |