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 +2003-02-22 David Shaw + + * 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