Reviewed by Gustavo Noronha.
Add another include path to the scanner to avoid warnings related
to undefined types. It wasn't picking up <webkit/foo.h>-like
headers.
* GNUmakefile.am:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63077
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-07-12 Xan Lopez <xlopez@igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Add another include path to the scanner to avoid warnings related
+ to undefined types. It wasn't picking up <webkit/foo.h>-like
+ headers.
+
+ * GNUmakefile.am:
+
2010-07-07 Rafael Antognolli <antognolli@profusion.mobi>
Reviewed by Adam Barth.
--add-include-path $(builddir) \
-I$(top_srcdir)/WebKit/gtk \
-I$(top_builddir)/WebKit/gtk \
+ -I$(top_builddir)/DerivedSources \
-I$(top_builddir)/DerivedSources/webkit \
-I$(top_srcdir)/JavaScriptCore/ForwardingHeaders \
-I$(top_srcdir) \