2006-08-22 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <simon@josefsson.org>
Tue, 22 Aug 2006 10:22:52 +0000 (10:22 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 22 Aug 2006 10:22:52 +0000 (10:22 +0000)
* modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
to md5 module.

ChangeLog
modules/gc-md5

index a61ca82..6805e0e 100644 (file)
--- 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.
index 662ed5f..4377edd 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_GC_MD5
 
 Makefile.am:
+lib_SOURCES += md5.h
 
 Include:
 "gc.h"