[PATCH 2/2] examples: Build an executable of ex-serv-dtls like the other examples
Martin Storsjo
martin at martin.st
Mon Oct 29 14:44:26 CET 2012
---
I think this is what was meant in
http://lists.gnu.org/archive/html/gnutls-devel/2012-10/msg00020.html.
---
doc/examples/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 6f42a1f..a42b449 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -42,6 +42,7 @@ CXX_LDADD = ../../lib/libgnutlsxx.la \
noinst_PROGRAMS = ex-client-resume ex-client-dtls
noinst_PROGRAMS += ex-cert-select ex-client-x509
+noinst_PROGRAMS += ex-serv-dtls
if ENABLE_CXX
ex_cxx_SOURCES = ex-cxx.cpp
@@ -79,4 +80,4 @@ endif
libexamples_la_SOURCES = examples.h ex-alert.c ex-pkcs12.c \
ex-session-info.c ex-x509-info.c ex-verify.c \
tcp.c udp.c ex-pkcs11-list.c verify.c ex-verify-ssh.c \
- ex-serv-dtls.c print-ciphersuites.c
+ print-ciphersuites.c
--
1.7.9.4
More information about the Gnutls-devel
mailing list