# HG changeset patch # User Simon Josefsson # Date 1156242172 0 # Node ID c0a554faf2196e4f20a58ad868ff90c6d7a7f61e # Parent 8e4f38b58077a921a98f5e490e29e34bd188f090 2006-08-22 Simon Josefsson * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes to md5 module. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-22 Simon Josefsson + + * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes + to md5 module. + 2006-08-21 Paul Eggert Avoid the need for AC_LIBSOURCES in m4 macros. diff --git a/modules/gc-md5 b/modules/gc-md5 --- a/modules/gc-md5 +++ b/modules/gc-md5 @@ -15,6 +15,7 @@ gl_GC_MD5 Makefile.am: +lib_SOURCES += md5.h Include: "gc.h"