diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2015-05-08 22:55:39 +0000 |
---|---|---|
committer | Руслан Ижбулатов <lrn1986@gmail.com> | 2015-05-08 22:55:39 +0000 |
commit | 733f1edc6f3a5e01fc9b0e661fcb61f288d800af (patch) | |
tree | 5a8bc0ae3378f39deb8dcbd778dc6f67b0ace9ed /docs/Makefile.am | |
parent | bc83ef791d091d91133b4d9c59fb5c758ce7aec2 (diff) | |
download | pango-733f1edc6f3a5e01fc9b0e661fcb61f288d800af.tar.gz |
Give -I$(top_builddir) to documentation
This allows the docscanner to find pango/pango-enum-types.h
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 4c43dedd..f5f13174 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -55,6 +55,7 @@ INCLUDES = \ -DPANGO_ENABLE_BACKEND \ -DPANGO_ENABLE_ENGINE \ -I$(top_srcdir) \ + -I$(top_builddir) \ $(GLIB_CFLAGS) \ $(XFT_CFLAGS) \ $(CAIRO_CFLAGS) \ |