summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-10 13:25:47 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-02-10 13:27:00 +0100
commit8b98440c8b00f354e500aeb88099c3e8dd59cf92 (patch)
treebd45ebb6a9003533c67963128628be5808e234cd /doc
parentfc8c253957a8f642cee1c263c742cc96f966c01c (diff)
downloadgnutls-8b98440c8b00f354e500aeb88099c3e8dd59cf92.tar.gz
fix compilation
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index ed1592cb06..28476cde11 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -43,10 +43,6 @@ CXX_LDADD = $(LDADD) \
noinst_PROGRAMS = ex-client-resume ex-client-dtls
noinst_PROGRAMS += ex-cert-select ex-client-x509
-if ENABLE_PKI
-noinst_PROGRAMS += print-ciphersuites ex-crq ex-serv-x509 ex-serv-dtls
-endif
-
if ENABLE_CXX
ex_cxx_SOURCES = ex-cxx.cpp
ex_cxx_LDADD = $(CXX_LDADD)
@@ -67,10 +63,8 @@ endif
if ENABLE_PSK
noinst_PROGRAMS += ex-client-psk
-if ENABLE_PKI
noinst_PROGRAMS += ex-serv-psk
endif
-endif
if ENABLE_SRP
noinst_PROGRAMS += ex-client-srp ex-serv-srp