[git] GCRYPT - branch, master, updated. libgcrypt-1.6.0-334-g2b40a16
by Andreas Metzler
cvs at cvs.gnupg.org
Mon Feb 22 08:19:12 CET 2016
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 2b40a16333fa75f1cee85ab901a5aa9cff845a92 (commit)
from 531b25aa94c58f6d2168a9537c8cea6c53d7bbe0 (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 2b40a16333fa75f1cee85ab901a5aa9cff845a92
Author: Andreas Metzler <ametzler at bebt.de>
Date: Sun Feb 21 12:18:33 2016 +0100
Do not ship generated header file in tarball.
* src/Makefile.am: Move gcrypt.h from include_HEADERS to
nodist_include_HEADERS to prevent inclusion in release tarball.
This could break out-of-tree-builds because the potentially outdated
src/gcrypt.h was not updated but was in the compiler search path.
diff --git a/src/Makefile.am b/src/Makefile.am
index 4ef95cb..aee2828 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = libgcrypt-config.in libgcrypt.m4 libgcrypt.vers \
bin_SCRIPTS = libgcrypt-config
m4datadir = $(datadir)/aclocal
m4data_DATA = libgcrypt.m4
-include_HEADERS = gcrypt.h
+nodist_include_HEADERS = gcrypt.h
lib_LTLIBRARIES = libgcrypt.la
bin_PROGRAMS = dumpsexp hmac256 mpicalc
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits
More information about the Gcrypt-devel
mailing list