From: Ludovic Courtès Date: Sun, 27 Feb 2011 22:36:13 +0000 (+0100) Subject: Pass the right CPPFLAGS when building Guile doc. X-Git-Tag: gnutls_2_99_0~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3a2502c48346cd4ad79abda995061268667a2a;p=thirdparty%2Fgnutls.git Pass the right CPPFLAGS when building Guile doc. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8770e629a7..3b47acac39 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010 Free Software Foundation, Inc. +# 2009, 2010, 2011 Free Software Foundation, Inc. # # Author: Nikos Mavrogiannopoulos # @@ -192,7 +192,8 @@ GUILE_FOR_BUILD = \ SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) \ -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes \ -I$(top_srcdir)/libextra/includes \ - -I$(top_srcdir)/guile/src -I$(top_builddir)/guile/src + -I$(top_srcdir)/guile/src -I$(top_builddir)/guile/src \ + $(GUILE_CFLAGS) core.c.texi: $(top_srcdir)/guile/src/core.c $(MAKE) -C ../guile/src built-sources && \