33 lines
901 B
Diff
33 lines
901 B
Diff
Index: tools/Makefile.am
|
|
===================================================================
|
|
--- tools/Makefile.am.orig
|
|
+++ tools/Makefile.am
|
|
@@ -32,8 +32,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
|
|
@@ -51,14 +51,14 @@ endif
|
|
|
|
bin_PROGRAMS = gpgconf gpg-connect-agent gpgkey2ssh ${symcryptrun} ${gpgtar}
|
|
if !HAVE_W32_SYSTEM
|
|
-bin_PROGRAMS += watchgnupg gpgparsemail
|
|
+bin_PROGRAMS += watchgnupg gpgparsemail gpgsplit
|
|
endif
|
|
|
|
if !DISABLE_REGEX
|
|
libexec_PROGRAMS = gpg-check-pattern
|
|
endif
|
|
|
|
-noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit
|
|
+noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert
|
|
|
|
common_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a
|
|
pwquery_libs = ../common/libsimple-pwquery.a
|