summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 14:01:12 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-27 14:01:12 +0000
commit247ae389eb5b3ba7b04a934d34a2a5ae85045573 (patch)
treefbbabdcf44407f77f4334f181bde9d7b1e6e072e /docs
parentf0f462026c978d6496370e5f9453885a42c86381 (diff)
downloadlasso-247ae389eb5b3ba7b04a934d34a2a5ae85045573.tar.gz
lasso-247ae389eb5b3ba7b04a934d34a2a5ae85045573.tar.xz
lasso-247ae389eb5b3ba7b04a934d34a2a5ae85045573.zip
add -I$(top_builddir) to CFLAGS in first position
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 25f7cb0e..643e47c6 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -79,6 +79,7 @@ templates: scan
# CFLAGS and LDFLAGS for compiling scan program.
GTKDOC_CFLAGS = \
$(LASSO_CFLAGS) \
+ -I$(top_builddir) \
-I$(top_srcdir)
GTKDOC_LIBS = \