diff options
author | David Shaw <[email protected]> | 2003-02-23 05:12:28 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-02-23 05:12:28 +0000 |
commit | bef6e1a4a5b72ab7c8218306d621090d19703ceb (patch) | |
tree | 0bf4c5c994f169361f277720124dfeb708fb2f78 | |
parent | * convert-from-106: Script to automate the 1.0.6->later conversion. It (diff) | |
download | gnupg-bef6e1a4a5b72ab7c8218306d621090d19703ceb.tar.gz gnupg-bef6e1a4a5b72ab7c8218306d621090d19703ceb.zip |
* Makefile.am: Distribute convert-from-106.
Diffstat (limited to '')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 33eabacfa..d6edc2494 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,4 +1,6 @@ -2003-02-23 David Shaw <[email protected]> +2003-02-22 David Shaw <[email protected]> + + * Makefile.am: Distribute convert-from-106. * convert-from-106: Script to automate the 1.0.6->later conversion. It marks all secret keys as ultimately trusted, adds diff --git a/tools/Makefile.am b/tools/Makefile.am index 2d5e681eb..bd50d9d56 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -18,7 +18,7 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = lspgpot ring-a-party mail-signed-keys +EXTRA_DIST = lspgpot ring-a-party mail-signed-keys convert-from-106 INCLUDES = -I.. -I$(top_srcdir)/include -I$(top_srcdir)/intl needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a |