[git] GnuPG - branch, master, updated. gnupg-2.1.15-377-gc564790
by Werner Koch
cvs at cvs.gnupg.org
Wed Nov 16 12:58:00 CET 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, master has been updated
via c564790df723beef031d83802bd7830737bd330a (commit)
from 43bfaf2c5417ede621c0a07721952ea549a7a139 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c564790df723beef031d83802bd7830737bd330a
Author: Werner Koch <wk at gnupg.org>
Date: Wed Nov 16 12:48:27 2016 +0100
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 at gnupg.org>
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 75750f7..94b53f2 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
-----------------------------------------------------------------------
Summary of changes:
tools/Makefile.am | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list