diff options
author | Werner Koch <[email protected]> | 2016-11-16 11:48:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-16 11:48:27 +0000 |
commit | c564790df723beef031d83802bd7830737bd330a (patch) | |
tree | 161a21a21514d2b703f3e5ccaffef5782a31fbf3 /tools/Makefile.am | |
parent | gpg: New option --override-session-key-fd. (diff) | |
download | gnupg-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.am | 5 |
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 |