[git] GnuPG - branch, master, updated. gnupg-2.1.15-3-gc47386a

by Werner Koch cvs at cvs.gnupg.org
Mon Aug 22 17:07:42 CEST 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  c47386a11a32c5ed3b5a31fad5c3e9a9a020ca7b (commit)
      from  62f3e0027724b23c0de5be6d1e66cfdeef7e7bc9 (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 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>

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

-----------------------------------------------------------------------

Summary of changes:
 tools/Makefile.am | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list