Merge branch 'seckey-sync-work' into master

--
This commit is contained in:
Werner Koch 2018-11-14 13:37:41 +01:00
commit 56022fb304
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
3 changed files with 2030 additions and 1 deletions

View File

@ -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."

View File

@ -46,7 +46,7 @@ else
gpg_wks_server =
endif
libexec_PROGRAMS = gpg-wks-client
libexec_PROGRAMS = gpg-wks-client gpg-pair-tool
bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun}
if !HAVE_W32_SYSTEM
@ -168,6 +168,14 @@ gpg_wks_client_LDADD = $(libcommon) \
$(LIBASSUAN_LIBS) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(LIBICONV)
gpg_pair_tool_SOURCES = \
gpg-pair-tool.c
gpg_pair_tool_CFLAGS = $(GPG_ERROR_CFLAGS) $(INCICONV)
gpg_pair_tool_LDADD = $(libcommon) \
$(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \
$(LIBINTL) $(LIBICONV)
# Make sure that all libs are build before we use them. This is
# important for things like make -j2.

2020
tools/gpg-pair-tool.c Normal file

File diff suppressed because it is too large Load Diff