From 46a6316f8d6f204977f58bc014acaf8310fe2b5f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 22 Sep 2006 12:59:37 +0000 Subject: [PATCH] 2006-09-22 Simon Josefsson * modules/gc-sha1: * modules/gc-md4: * modules/gc-hmac-sha1: * modules/gc-hmac-md5: * modules/gc-des: * modules/gc-arcfour: Distribute more files. --- ChangeLog | 9 +++++++++ modules/gc-arcfour | 1 + modules/gc-des | 1 + modules/gc-hmac-md5 | 1 + modules/gc-hmac-sha1 | 1 + modules/gc-md4 | 1 + modules/gc-sha1 | 1 + 7 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index c8ff08ced0..4f5fb06e94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-09-22 Simon Josefsson + + * 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 * gnulib-tool (func_import, func_create_testdir): Set gl_source_base diff --git a/modules/gc-arcfour b/modules/gc-arcfour index 99d9e1419b..5479fdaf79 100644 --- a/modules/gc-arcfour +++ b/modules/gc-arcfour @@ -15,6 +15,7 @@ configure.ac: gl_GC_ARCFOUR Makefile.am: +EXTRA_DIST += arcfour.h Include: "gc.h" diff --git a/modules/gc-des b/modules/gc-des index 4f1f230565..8789e6622c 100644 --- a/modules/gc-des +++ b/modules/gc-des @@ -15,6 +15,7 @@ configure.ac: gl_GC_DES Makefile.am: +EXTRA_DIST += des.h Include: "gc.h" diff --git a/modules/gc-hmac-md5 b/modules/gc-hmac-md5 index 40917361b5..dd9165390d 100644 --- a/modules/gc-hmac-md5 +++ b/modules/gc-hmac-md5 @@ -21,6 +21,7 @@ configure.ac: gl_GC_HMAC_MD5 Makefile.am: +EXTRA_DIST += memxor.h hmac.h md5.h Include: "gc.h" diff --git a/modules/gc-hmac-sha1 b/modules/gc-hmac-sha1 index 67b72ddf4a..d8a7676fe9 100644 --- a/modules/gc-hmac-sha1 +++ b/modules/gc-hmac-sha1 @@ -21,6 +21,7 @@ configure.ac: gl_GC_HMAC_SHA1 Makefile.am: +EXTRA_DIST += memxor.h hmac.h sha1.h Include: "gc.h" diff --git a/modules/gc-md4 b/modules/gc-md4 index bb9fe6f83e..d106fb2191 100644 --- a/modules/gc-md4 +++ b/modules/gc-md4 @@ -15,6 +15,7 @@ configure.ac: gl_GC_MD4 Makefile.am: +EXTRA_DIST += md4.h Include: "gc.h" diff --git a/modules/gc-sha1 b/modules/gc-sha1 index 18ba02e6c0..88cbc571d0 100644 --- a/modules/gc-sha1 +++ b/modules/gc-sha1 @@ -15,6 +15,7 @@ configure.ac: gl_GC_SHA1 Makefile.am: +EXTRA_DIST += sha1.h Include: "gc.h" -- 2.30.2