From: Simon Josefsson Date: Sat, 12 Apr 2008 19:59:36 +0000 (+0200) Subject: Add ex-serv-psk. X-Git-Tag: gnutls_2_3_4_netconf_0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3af5f7cc2827453d5b2be7f4cfdfeec51f1aeec;p=thirdparty%2Fgnutls.git Add ex-serv-psk. --- 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