From: Simon Josefsson Date: Tue, 22 Aug 2006 10:22:52 +0000 (+0000) Subject: 2006-08-22 Simon Josefsson X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bcc8f260046af264538c09e42305509ee162301;p=pspp 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 index a61ca82bcd..6805e0e630 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 662ed5f815..4377eddc01 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"