summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-08-09 09:46:36 -0400
committerDan Winship <danw@gnome.org>2009-08-09 09:46:36 -0400
commit9c2059ce852a7e47b9f2945c0529135bf09c99c5 (patch)
treef4c27351bf49832e6b0c51dbb5e1fbaa0120840d /docs
parent31977749646a3bc7d8945462403ddb03c95be468 (diff)
downloadlibsoup-9c2059ce852a7e47b9f2945c0529135bf09c99c5.tar.gz
Build fixes
- Add -I$(top_builddir) to documentation scanner CFLAGS (fixes "make distcheck" run from an out-of-tree build)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index cd067dc7..df53ba92 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -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) \