diff options
author | Werner Koch <[email protected]> | 2020-08-13 09:00:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-08-13 09:01:58 +0000 |
commit | 714b468538f4a6670695ec5fccb8432294aae969 (patch) | |
tree | 6bf6024c5c57136eab5dcc132b15557460a16b2f | |
parent | common: Pass the WAYLAND_DISPLAY envvar along (diff) | |
download | gnupg-714b468538f4a6670695ec5fccb8432294aae969.tar.gz gnupg-714b468538f4a6670695ec5fccb8432294aae969.zip |
tools: Install gpgsplit again
--
We will also set the gpgsplit from 1.4 to noninstall.
GnuPG-bug-id: 5023
Signed-off-by: Werner Koch <[email protected]>
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index e9e5564e9..0b31eca0b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -55,13 +55,13 @@ libexec_PROGRAMS = gpg-wks-client bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun} if !HAVE_W32_SYSTEM -bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server} +bin_PROGRAMS += watchgnupg gpgparsemail ${gpg_wks_server} gpgsplit endif libexec_PROGRAMS += gpg-check-pattern if !HAVE_W32CE_SYSTEM -noinst_PROGRAMS = clean-sat make-dns-cert gpgsplit +noinst_PROGRAMS = clean-sat make-dns-cert endif if !HAVE_W32CE_SYSTEM |