summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-10 09:26:50 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-10 09:26:50 +0200
commit42427246faab47486ebeac1bd838d905c6177f31 (patch)
treed6dc9e1350bb4fbb27e097e2a248950c7688c9c7 /doc
parent7106cf5c36a57592e6fc4620284061acafe4edcb (diff)
downloadgnutls-42427246faab47486ebeac1bd838d905c6177f31.tar.gz
include gnulib files.
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index bafa2a3491..a91c0d32bf 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -23,7 +23,8 @@
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes \
- -I$(top_srcdir)/libextra/includes
+ -I$(top_srcdir)/libextra/includes \
+ -I$(top_srcdir)/gl
# Gnulib warns and suggests use of fseeko instead of fseek, which is
# used in ex-cert-select.c, but certificate files will not be > 4 GB,