[Pkg-gnupg-commit] [gnupg2] 262/292: wks: Always build gpg-wks-client.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 21 06:31:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

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>
---
 tools/Makefile.am | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list