Build fixes
authorAndreas Rottmann <a.rottmann@gmx.at>
Sun, 9 Aug 2009 13:46:36 +0000 (09:46 -0400)
committerDan Winship <danw@gnome.org>
Sun, 9 Aug 2009 13:46:36 +0000 (09:46 -0400)
- Add -I$(top_builddir) to documentation scanner CFLAGS (fixes "make
  distcheck" run from an out-of-tree build)

docs/reference/Makefile.am

index cd067dc..df53ba9 100644 (file)
@@ -56,6 +56,7 @@ extra_files =
 # if $(DOC_MODULE).types is non-empty.
 GTKDOC_CFLAGS =                                \
        -I$(top_srcdir)                 \
+       -I$(top_builddir)               \
        $(GLIB_CFLAGS)                  \
        $(XML_CFLAGS)                   \
        $(GNUTLS_CFLAGS)                \