This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=f1d084f313efcb46bae0fc5a421382aff714d67e The branch, master has been updated via f1d084f313efcb46bae0fc5a421382aff714d67e (commit) from 7cd195c961970453dc83717881a0cafdfbb9fd52 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f1d084f313efcb46bae0fc5a421382aff714d67e Author: Simon Josefsson <[email protected]> Date: Thu Feb 4 15:52:35 2010 +0100 See if dropping EXEEXT helps mingw builds. ----------------------------------------------------------------------- Summary of changes: lib/digest-md5/Makefile.am | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/digest-md5/Makefile.am b/lib/digest-md5/Makefile.am index de91d42..c75ca6e 100644 --- a/lib/digest-md5/Makefile.am +++ b/lib/digest-md5/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson # # This file is part of GNU SASL Library. # @@ -46,6 +46,6 @@ endif LDADD = libgsasl-digest_md5.la ../gl/libgl.la -ctests = test-parser$(EXEEXT) +ctests = test-parser TESTS = $(ctests) check_PROGRAMS = $(ctests) hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
