[git] Scute - branch, master, updated. scute-1.3.0-49-gbe53b88
by Damien Goutte-Gattat
cvs at cvs.gnupg.org
Mon Jan 4 11:17:26 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 "PKCS#11 token on top of gpg-agent".
The branch, master has been updated
via be53b88aa2b3d9e8952d89251d40bca0059bab40 (commit)
from e22c8cfa12849b215f16afb34f7a5dc233dbc70a (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 be53b88aa2b3d9e8952d89251d40bca0059bab40
Author: Damien Goutte-Gattat <dgouttegattat at incenp.org>
Date: Sun Jan 3 15:56:23 2016 +0100
scute: Include sexp-parse.h in source files
* src/Makefile.am: Add sexp-parse.h in source files.
--
Omitting sexp-parse.h from the list of source files excludes it
from the archive generated by `make dist'.
Signed-off-by: Damien Goutte-Gattat <dgouttegattat at incenp.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index 43fa086..9ceef93 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -58,7 +58,7 @@ sources = cryptoki.h pkcs11.h debug.c debug.h settings.h support.h \
p11-signrecover.c p11-signrecoverinit.c p11-signupdate.c \
p11-unwrapkey.c p11-verify.c p11-verifyfinal.c p11-verifyinit.c \
p11-verifyrecover.c p11-verifyrecoverinit.c p11-verifyupdate.c \
- p11-waitforslotevent.c p11-wrapkey.c
+ p11-waitforslotevent.c p11-wrapkey.c sexp-parse.h
if HAVE_LD_VERSION_SCRIPT
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PKCS#11 token on top of gpg-agent
http://git.gnupg.org
More information about the Gnupg-commits
mailing list