[PATCH] scute: Include sexp-parse.h in source files

Damien Goutte-Gattat dgouttegattat at incenp.org
Sun Jan 3 15:56:23 CET 2016


* 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>
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.8.4




More information about the Gnupg-devel mailing list