changeset 7175:c0a554faf219

2006-08-22 Simon Josefsson <jas@extundo.com> * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes to md5 module.
author Simon Josefsson <simon@josefsson.org>
date Tue, 22 Aug 2006 10:22:52 +0000
parents 8e4f38b58077
children 4c4e077627c0
files ChangeLog modules/gc-md5
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-22  Simon Josefsson  <jas@extundo.com>
+
+	* modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
+	to md5 module.
+
 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
 
 	Avoid the need for AC_LIBSOURCES in m4 macros.
--- a/modules/gc-md5
+++ b/modules/gc-md5
@@ -15,6 +15,7 @@
 gl_GC_MD5
 
 Makefile.am:
+lib_SOURCES += md5.h
 
 Include:
 "gc.h"