aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-02-23 05:18:37 +0000
committerDavid Shaw <[email protected]>2003-02-23 05:18:37 +0000
commit27d868c50b485c273d2405042675ab8a9b6955a2 (patch)
tree349dcf6609eede314743f741908c0f6e1f5d4803
parent* distfiles, gnupg.spec.in: convert-from-106 is in the tools directory (diff)
downloadgnupg-27d868c50b485c273d2405042675ab8a9b6955a2.tar.gz
gnupg-27d868c50b485c273d2405042675ab8a9b6955a2.zip
* Makefile.am: Distribute convert-from-106.
-rw-r--r--tools/ChangeLog4
-rw-r--r--tools/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index cf4d9ff68..822546a3c 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-23 David Shaw <[email protected]>
+
+ * Makefile.am: Distribute convert-from-106.
+
2003-02-19 David Shaw <[email protected]>
* Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using
diff --git a/tools/Makefile.am b/tools/Makefile.am
index d9bcaca4a..bc42f45df 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 @CAPLIBS@