[Pkg-gnupg-commit] [gnupg2] 03/118: wks: Install gpg-wks-client under libexec

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:24:56 UTC 2016


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

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit c47386a11a32c5ed3b5a31fad5c3e9a9a020ca7b
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Aug 22 17:05:00 2016 +0200

    wks: Install gpg-wks-client under libexec
    
    * tools/Makefile.am (bin_PROGRAMS): Move gpg-wks-client to ...
    (libexec_PROGRAMS): ...here.
    --
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 tools/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 12e5815..6df49f6 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -53,13 +53,16 @@ else
   gpg_wks_client =
 endif
 
+libexec_PROGRAMS =
+
 bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun}
 if !HAVE_W32_SYSTEM
-bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server} ${gpg_wks_client}
+bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server}
+libexec_PROGRAMS += ${gpg_wks_client}
 endif
 
 if !DISABLE_REGEX
-libexec_PROGRAMS = gpg-check-pattern
+libexec_PROGRAMS += gpg-check-pattern
 endif
 
 if !HAVE_W32CE_SYSTEM

-- 
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