2008-01-10 14:14:30 +01:00
|
|
|
--- tools/Makefile.am.orig
|
2007-06-21 21:56:01 +02:00
|
|
|
+++ tools/Makefile.am
|
2008-02-15 01:20:58 +01:00
|
|
|
@@ -25,8 +25,8 @@ EXTRA_DIST = \
|
2007-06-21 21:56:01 +02:00
|
|
|
|
|
|
|
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
|
2008-01-10 14:14:30 +01:00
|
|
|
@@ -43,14 +43,14 @@ endif
|
2007-06-21 21:56:01 +02:00
|
|
|
|
2007-10-26 01:46:05 +02:00
|
|
|
bin_PROGRAMS = gpgconf gpg-connect-agent gpgkey2ssh ${symcryptrun}
|
2007-06-21 21:56:01 +02:00
|
|
|
if !HAVE_W32_SYSTEM
|
2007-10-26 01:46:05 +02:00
|
|
|
-bin_PROGRAMS += watchgnupg gpgparsemail
|
|
|
|
+bin_PROGRAMS += watchgnupg gpgparsemail gpgsplit
|
2007-06-21 21:56:01 +02:00
|
|
|
endif
|
|
|
|
|
2008-01-10 14:14:30 +01:00
|
|
|
if !DISABLE_REGEX
|
|
|
|
libexec_PROGRAMS = gpg-check-pattern
|
|
|
|
endif
|
|
|
|
|
2007-06-21 21:56:01 +02:00
|
|
|
-noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert gpgsplit
|
|
|
|
+noinst_PROGRAMS = clean-sat mk-tdata make-dns-cert
|
|
|
|
|
2007-10-26 01:46:05 +02:00
|
|
|
common_libs = $(libcommon) ../jnlib/libjnlib.a ../gl/libgnu.a
|
2007-06-21 21:56:01 +02:00
|
|
|
pwquery_libs = ../common/libsimple-pwquery.a
|