Bläddra i källkod

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@incenp.org>
Damien Goutte-Gattat 9 år sedan
förälder
incheckning
be53b88aa2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Makefile.am

+ 1 - 1
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