From 2bcc8f260046af264538c09e42305509ee162301 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 22 Aug 2006 10:22:52 +0000 Subject: [PATCH] 2006-08-22 Simon Josefsson * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes to md5 module. --- ChangeLog | 5 +++++ modules/gc-md5 | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a61ca82bc..6805e0e63 100644 --- 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 index 662ed5f81..4377eddc0 100644 --- a/modules/gc-md5 +++ b/modules/gc-md5 @@ -15,6 +15,7 @@ configure.ac: gl_GC_MD5 Makefile.am: +lib_SOURCES += md5.h Include: "gc.h" -- 2.11.0