summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-15 10:31:32 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-15 10:31:32 +0000
commit3e26f8a12707a7abdeeabccd1033e74c56596fda (patch)
treed15ddc363f74c297f3c91e96aed6d99689bcf7c0 /doc
parent8150140556988ed16d92a8f0bd0a09b2e8193f59 (diff)
downloadgnutls-3e26f8a12707a7abdeeabccd1033e74c56596fda.tar.gz
Use gnulib, for portability.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 0b9c54da70..a28fcbd434 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 Free Software Foundation
+# Copyright (C) 2005, 2006 Free Software Foundation
#
# Author: Simon Josefsson
#
@@ -19,8 +19,10 @@
# along with this file; if not, write to the Free Software Foundation,
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes
+AM_CPPFLAGS = -I$(top_srcdir)/includes -I$(top_builddir)/includes \
+ -I$(top_srcdir)/gl -I$(top_builddir)/gl
LDADD = libexamples.la \
+ ../../gl/libgnu.la \
../../lib/libgnutls.la \
../../libextra/libgnutls-extra.la