diff options
author | Werner Koch <wk@gnupg.org> | 2018-11-14 13:37:41 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2018-11-14 13:37:41 +0100 |
commit | 56022fb304cff884bb52a48e632b7045688786bf (patch) | |
tree | ecd524a0314689e4bef7408f7724e0e8b3990a66 /configure.ac | |
parent | Remove the gpg-zip script. (diff) | |
parent | tools: Add experimental code for a pairing protocol (diff) | |
download | gnupg2-56022fb304cff884bb52a48e632b7045688786bf.tar.xz gnupg2-56022fb304cff884bb52a48e632b7045688786bf.zip |
Merge branch 'seckey-sync-work' into master
--
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 780a5e20f..9d3eb41f0 100644 --- a/configure.ac +++ b/configure.ac @@ -509,6 +509,7 @@ AH_BOTTOM([ #endif #define GNUPG_PRIVATE_KEYS_DIR "private-keys-v1.d" #define GNUPG_OPENPGP_REVOC_DIR "openpgp-revocs.d" +#define GNUPG_CACHE_DIR "cache.d" #define GNUPG_DEF_COPYRIGHT_LINE \ "Copyright (C) 2018 Free Software Foundation, Inc." |