summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-12 21:59:36 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-12 21:59:36 +0200
commitf3af5f7cc2827453d5b2be7f4cfdfeec51f1aeec (patch)
tree5835e78ef2134f4bc5bd044c4cae8aa42cd600bd
parent230559c9ed014657079d084ea5a7682f7eb6c193 (diff)
downloadgnutls-f3af5f7cc2827453d5b2be7f4cfdfeec51f1aeec.tar.gz
Add ex-serv-psk.
-rw-r--r--doc/examples/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 0370a2c6b0..f044eb646b 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2005, 2006, 2007 Free Software Foundation
+# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -28,8 +28,9 @@ LDADD = libexamples.la \
../../lib/libgnutls.la \
../../libextra/libgnutls-extra.la
-noinst_PROGRAMS = ex-cert-select ex-client2 ex-client-resume \
- ex-crq ex-serv1 ex-serv-export
+noinst_PROGRAMS = ex-client2 ex-client-resume ex-client-psk
+noinst_PROGRAMS += ex-cert-select ex-crq
+noinst_PROGRAMS += ex-serv1 ex-serv-export ex-serv-psk
if ENABLE_ANON
noinst_PROGRAMS += ex-client1 ex-serv-anon