2006-09-22 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <simon@josefsson.org>
Fri, 22 Sep 2006 12:59:37 +0000 (12:59 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 22 Sep 2006 12:59:37 +0000 (12:59 +0000)
* modules/gc-sha1:
* modules/gc-md4:
* modules/gc-hmac-sha1:
* modules/gc-hmac-md5:
* modules/gc-des:
* modules/gc-arcfour: Distribute more files.

ChangeLog
modules/gc-arcfour
modules/gc-des
modules/gc-hmac-md5
modules/gc-hmac-sha1
modules/gc-md4
modules/gc-sha1

index c8ff08c..4f5fb06 100644 (file)
--- 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
index 99d9e14..5479fda 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_GC_ARCFOUR
 
 Makefile.am:
+EXTRA_DIST += arcfour.h
 
 Include:
 "gc.h"
index 4f1f230..8789e66 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_GC_DES
 
 Makefile.am:
+EXTRA_DIST += des.h
 
 Include:
 "gc.h"
index 4091736..dd91653 100644 (file)
@@ -21,6 +21,7 @@ configure.ac:
 gl_GC_HMAC_MD5
 
 Makefile.am:
+EXTRA_DIST += memxor.h hmac.h md5.h
 
 Include:
 "gc.h"
index 67b72dd..d8a7676 100644 (file)
@@ -21,6 +21,7 @@ configure.ac:
 gl_GC_HMAC_SHA1
 
 Makefile.am:
+EXTRA_DIST += memxor.h hmac.h sha1.h
 
 Include:
 "gc.h"
index bb9fe6f..d106fb2 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_GC_MD4
 
 Makefile.am:
+EXTRA_DIST += md4.h
 
 Include:
 "gc.h"
index 18ba02e..88cbc57 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_GC_SHA1
 
 Makefile.am:
+EXTRA_DIST += sha1.h
 
 Include:
 "gc.h"