[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-102-g2a1e03c
by Werner Koch
cvs at cvs.gnupg.org
Thu Mar 21 15:35:27 CET 2013
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 2a1e03c5a481689c43d197dd8034a1d73de0a1a4 (commit)
from 5fb3501aa0cf5f2b2a9012706bb9ad2b1c4bfd7d (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 2a1e03c5a481689c43d197dd8034a1d73de0a1a4
Author: Werner Koch <wk at gnupg.org>
Date: Thu Mar 21 15:19:34 2013 +0100
Fix make dependency regression.
* src/Makefile.am (libgcrypt_la_DEPENDENCIES): Add missing backslash.
Reported by LRN.
--
Fixes-commit: 09ac5d8
diff --git a/src/Makefile.am b/src/Makefile.am
index 713e616..2fbe6ef 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -108,7 +108,7 @@ libgcrypt_la_LDFLAGS = $(no_undefined) $(export_symbols) \
$(libgcrypt_version_script_cmd) -version-info \
@LIBGCRYPT_LT_CURRENT@:@LIBGCRYPT_LT_REVISION@:@LIBGCRYPT_LT_AGE@
libgcrypt_la_DEPENDENCIES = \
- $(gcrypt_hwf_modules)
+ $(gcrypt_hwf_modules) \
../cipher/libcipher.la \
../random/librandom.la \
../mpi/libmpi.la \
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
More information about the Gnupg-commits
mailing list