]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add ex-serv-psk.
authorSimon Josefsson <simon@josefsson.org>
Sat, 12 Apr 2008 19:59:36 +0000 (21:59 +0200)
committerSimon Josefsson <simon@josefsson.org>
Sat, 12 Apr 2008 19:59:36 +0000 (21:59 +0200)
doc/examples/Makefile.am

index 0370a2c6b01a6177168244efb6f638a006549bea..f044eb646bd5484c3a531aed14df2e7b731cd479 100644 (file)
@@ -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