diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-03 23:46:10 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-03 23:46:23 +0200 |
commit | 0afa0ff850bce075d15c27fda121f2b801fb5f49 (patch) | |
tree | 23adb47a3a17b83400c37f21f97be3959cdf9a28 /doc | |
parent | f6cf6f814b4e9e60eb99a5b7fcd84527205f5fe5 (diff) | |
download | gnutls-0afa0ff850bce075d15c27fda121f2b801fb5f49.tar.gz |
Compile ex-cert-select-pkcs11 as a separate program.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index ef9d1d6f56..068d7fc25c 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -43,6 +43,7 @@ CXX_LDADD = $(LDADD) \ noinst_PROGRAMS = ex-client2 ex-client-resume noinst_PROGRAMS += ex-cert-select ex-rfc2818 +noinst_PROGRAMS += ex-cert-select-pkcs11 if ENABLE_PKI noinst_PROGRAMS += ex-crq ex-serv1 @@ -77,4 +78,4 @@ noinst_LTLIBRARIES = libexamples.la libexamples_la_SOURCES = examples.h ex-alert.c ex-pkcs12.c \ ex-session-info.c ex-x509-info.c ex-verify.c \ - tcp.c ex-cert-select-pkcs11.c + tcp.c |