diff options
author | Werner Koch <wk@gnupg.org> | 2016-08-22 17:05:00 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-08-22 17:05:00 +0200 |
commit | c47386a11a32c5ed3b5a31fad5c3e9a9a020ca7b (patch) | |
tree | a02c3524ca6468d0f0e3f45c8138fa91ccba9869 /tools/Makefile.am | |
parent | common: Remove unused vars in simple-pwquery. (diff) | |
download | gnupg2-c47386a11a32c5ed3b5a31fad5c3e9a9a020ca7b.tar.xz gnupg2-c47386a11a32c5ed3b5a31fad5c3e9a9a020ca7b.zip |
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@gnupg.org>
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 7 |
1 files 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 |