Index: tools/Makefile.am =================================================================== --- tools/Makefile.am.orig 2014-11-06 18:12:17.743916141 +0100 +++ tools/Makefile.am 2014-11-06 18:13:17.073677366 +0100 @@ -36,8 +36,8 @@ sbin_SCRIPTS = addgnupghome applygnupgde bin_SCRIPTS = gpgsm-gencert.sh if HAVE_USTAR -# bin_SCRIPTS += gpg-zip -noinst_SCRIPTS = gpg-zip +bin_SCRIPTS += gpg-zip +#noinst_SCRIPTS = gpg-zip endif if BUILD_SYMCRYPTRUN @@ -55,7 +55,7 @@ endif # Fixme: We should remove the gpgkey2ssh tool. bin_PROGRAMS = gpgconf gpg-connect-agent ${symcryptrun} if !HAVE_W32_SYSTEM -bin_PROGRAMS += watchgnupg gpgparsemail +bin_PROGRAMS += watchgnupg gpgparsemail gpgsplit endif if !HAVE_W32CE_SYSTEM bin_PROGRAMS += gpgkey2ssh ${gpgtar} @@ -66,7 +66,7 @@ libexec_PROGRAMS = gpg-check-pattern endif if !HAVE_W32CE_SYSTEM -noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit +noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert endif common_libs = $(libcommon) ../gl/libgnu.a