]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Pass the right CPPFLAGS when building Guile doc.
authorLudovic Courtès <ludo@gnu.org>
Sun, 27 Feb 2011 22:36:13 +0000 (23:36 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sun, 27 Feb 2011 22:36:13 +0000 (23:36 +0100)
doc/Makefile.am

index 8770e629a7857f4d4f0d4234b4cc3f8b60c95ab6..3b47acac3925f84638f37e2502f7e28fdfaeba80 100644 (file)
@@ -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 &&                        \