From c47386a11a32c5ed3b5a31fad5c3e9a9a020ca7b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 22 Aug 2016 17:05:00 +0200 Subject: [PATCH] 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 --- tools/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 12e581526..6df49f6e4 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