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 a61ca82bcd0745f5519bea96555ca1c29bf2e067..6805e0e6309ec8f675c05ce02adc13171362a6a2 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 662ed5f8155df7ad758263c4ba67d1642b66a5db..4377eddc015d0d1708586615ca15f5b8fcdcc880 100644 (file)
@@ -15,6 +15,7 @@ configure.ac:
 gl_GC_MD5
 
 Makefile.am:
+lib_SOURCES += md5.h
 
 Include:
 "gc.h"