From c564790df723beef031d83802bd7830737bd330a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 16 Nov 2016 12:48:27 +0100 Subject: [PATCH] wks: Always build gpg-wks-client. * tools/Makefile.am (gpg_wks_client): Remove macro. (libexec_PROGRAMS): Add gpg-wks-client. Signed-off-by: Werner Koch --- tools/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 75750f78e..94b53f212 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -47,18 +47,15 @@ endif if BUILD_WKS_TOOLS gpg_wks_server = gpg-wks-server - gpg_wks_client = gpg-wks-client else gpg_wks_server = - gpg_wks_client = endif -libexec_PROGRAMS = +libexec_PROGRAMS = gpg-wks-client bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun} if !HAVE_W32_SYSTEM bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server} -libexec_PROGRAMS += ${gpg_wks_client} endif if !DISABLE_REGEX