]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
include gnulib files.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Apr 2011 07:26:50 +0000 (09:26 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 10 Apr 2011 07:26:50 +0000 (09:26 +0200)
doc/examples/Makefile.am

index bafa2a3491c038823a253699dfe34ebc974ee3ba..a91c0d32bf802fecf788613af5a20a791c02deb2 100644 (file)
@@ -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,