summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-11-14 13:37:41 +0100
committerWerner Koch <wk@gnupg.org>2018-11-14 13:37:41 +0100
commit56022fb304cff884bb52a48e632b7045688786bf (patch)
treeecd524a0314689e4bef7408f7724e0e8b3990a66 /tools/Makefile.am
parentRemove the gpg-zip script. (diff)
parenttools: Add experimental code for a pairing protocol (diff)
downloadgnupg2-56022fb304cff884bb52a48e632b7045688786bf.tar.xz
gnupg2-56022fb304cff884bb52a48e632b7045688786bf.zip
Merge branch 'seckey-sync-work' into master
--
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index cedcbf402..196bf5210 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -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.