aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-11-16 11:48:27 +0000
committerWerner Koch <[email protected]>2016-11-16 11:48:27 +0000
commitc564790df723beef031d83802bd7830737bd330a (patch)
tree161a21a21514d2b703f3e5ccaffef5782a31fbf3 /tools/Makefile.am
parentgpg: New option --override-session-key-fd. (diff)
downloadgnupg-c564790df723beef031d83802bd7830737bd330a.tar.gz
gnupg-c564790df723beef031d83802bd7830737bd330a.zip
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 <[email protected]>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am5
1 files changed, 1 insertions, 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