summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-16 12:57:16 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-16 12:57:16 +0200
commit9d621738d7f32803701d2f31e37aaa76656616b0 (patch)
tree9bcb1a2d48dce88e69dc5067fffd8c58c4de1098 /doc
parenta87e5ccaf0b4c17de70d2969ba88287b844a607a (diff)
downloadgnutls-9d621738d7f32803701d2f31e37aaa76656616b0.tar.gz
Reorder libgnu.la last.
Possibly fix rpl_fseeko problem reported in <http://permalink.gmane.org/gmane.network.gnutls.general/1166>.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 0370a2c6b0..99d2c7b386 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
#
@@ -24,9 +24,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes \
-I$(top_srcdir)/gl -I$(top_builddir)/gl
AM_LDFLAGS = -no-install
LDADD = libexamples.la \
- ../../gl/libgnu.la \
../../lib/libgnutls.la \
../../libextra/libgnutls-extra.la
+ ../../gl/libgnu.la \
noinst_PROGRAMS = ex-cert-select ex-client2 ex-client-resume \
ex-crq ex-serv1 ex-serv-export