changeset 7349:da9a7fb22bf8

2006-09-22 Simon Josefsson <jas@extundo.com> * modules/gc-sha1: * modules/gc-md4: * modules/gc-hmac-sha1: * modules/gc-hmac-md5: * modules/gc-des: * modules/gc-arcfour: Distribute more files.
author Simon Josefsson <simon@josefsson.org>
date Fri, 22 Sep 2006 12:59:37 +0000
parents 7d0519d18212
children 6c5c8c8b93a3
files ChangeLog modules/gc-arcfour modules/gc-des modules/gc-hmac-md5 modules/gc-hmac-sha1 modules/gc-md4 modules/gc-sha1
diffstat 7 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-09-22  Simon Josefsson  <jas@extundo.com>
+
+	* modules/gc-sha1:
+	* modules/gc-md4:
+	* modules/gc-hmac-sha1:
+	* modules/gc-hmac-md5:
+	* modules/gc-des:
+	* modules/gc-arcfour: Distribute more files.
+
 2006-09-17  Bruno Haible  <bruno@clisp.org>
 
 	* gnulib-tool (func_import, func_create_testdir): Set gl_source_base
--- a/modules/gc-arcfour
+++ b/modules/gc-arcfour
@@ -15,6 +15,7 @@
 gl_GC_ARCFOUR
 
 Makefile.am:
+EXTRA_DIST += arcfour.h
 
 Include:
 "gc.h"
--- a/modules/gc-des
+++ b/modules/gc-des
@@ -15,6 +15,7 @@
 gl_GC_DES
 
 Makefile.am:
+EXTRA_DIST += des.h
 
 Include:
 "gc.h"
--- a/modules/gc-hmac-md5
+++ b/modules/gc-hmac-md5
@@ -21,6 +21,7 @@
 gl_GC_HMAC_MD5
 
 Makefile.am:
+EXTRA_DIST += memxor.h hmac.h md5.h
 
 Include:
 "gc.h"
--- a/modules/gc-hmac-sha1
+++ b/modules/gc-hmac-sha1
@@ -21,6 +21,7 @@
 gl_GC_HMAC_SHA1
 
 Makefile.am:
+EXTRA_DIST += memxor.h hmac.h sha1.h
 
 Include:
 "gc.h"
--- a/modules/gc-md4
+++ b/modules/gc-md4
@@ -15,6 +15,7 @@
 gl_GC_MD4
 
 Makefile.am:
+EXTRA_DIST += md4.h
 
 Include:
 "gc.h"
--- a/modules/gc-sha1
+++ b/modules/gc-sha1
@@ -15,6 +15,7 @@
 gl_GC_SHA1
 
 Makefile.am:
+EXTRA_DIST += sha1.h
 
 Include:
 "gc.h"