[git] GCRYPT - branch, master, updated. libgcrypt-1.4.4-49-gde7bd12

by Werner Koch cvs at cvs.gnupg.org
Tue Jan 4 11:24:31 CET 2011


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 "The GNU crypto library".

The branch, master has been updated
       via  de7bd128995c9cf6e471d1bb16cf4a2f80262c96 (commit)
      from  294eb3d5838830b777c3b412b3f3188e0962e588 (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 de7bd128995c9cf6e471d1bb16cf4a2f80262c96
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Jan 4 11:05:13 2011 +0100

    Makefile.am (LDADD): Fix typo in last change.
    Reported by Andrey Jivsov.

diff --git a/tests/ChangeLog b/tests/ChangeLog
index e272110..64bad3e 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-04  Werner Koch  <wk at g10code.com>
+
+	* Makefile.am (LDADD): Fix typo in last change.  Reported by
+	Andrey Jivsov.
+
 2010-07-19  Werner Koch  <wk at g10code.com>
 
 	* Makefile.am (LDADD): Add GPG_ERROR_LIBS to help a new wannabe ld.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f334acb..59cc5c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,7 +36,7 @@ TESTS += benchmark
 AM_CPPFLAGS = -I../src -I$(top_srcdir)/src
 AM_CFLAGS = $(GPG_ERROR_CFLAGS)
 
-LDADD = ../src/libgcrypt.la $(DL_LIBS) ../compat/libcompat.la $(GPG_ERROR_LIB)
+LDADD = ../src/libgcrypt.la $(DL_LIBS) ../compat/libcompat.la $(GPG_ERROR_LIBS)
 
 EXTRA_PROGRAMS = testapi pkbench
 noinst_PROGRAMS = $(TESTS) fipsdrv rsacvt

-----------------------------------------------------------------------

Summary of changes:
 tests/ChangeLog   |    5 +++++
 tests/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list