1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-09 23:39:51 +02:00

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 <wk@gnupg.org>
This commit is contained in:
Werner Koch 2016-11-16 12:48:27 +01:00
parent 43bfaf2c54
commit c564790df7
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -47,18 +47,15 @@ endif
if BUILD_WKS_TOOLS if BUILD_WKS_TOOLS
gpg_wks_server = gpg-wks-server gpg_wks_server = gpg-wks-server
gpg_wks_client = gpg-wks-client
else else
gpg_wks_server = gpg_wks_server =
gpg_wks_client =
endif endif
libexec_PROGRAMS = libexec_PROGRAMS = gpg-wks-client
bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun} bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun}
if !HAVE_W32_SYSTEM if !HAVE_W32_SYSTEM
bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server} bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server}
libexec_PROGRAMS += ${gpg_wks_client}
endif endif
if !DISABLE_REGEX if !DISABLE_REGEX