Reviewed by Xan Lopez.
Build fix for introspection support - make sure DOM headers are
included by the GI scanner.
* GNUmakefile.am:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@60298
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-05-27 Gustavo Noronha Silva <gns@gnome.org>
+
+ Reviewed by Xan Lopez.
+
+ Build fix for introspection support - make sure DOM headers are
+ included by the GI scanner.
+
+ * GNUmakefile.am:
+
2010-05-26 Gustavo Noronha Silva <gns@gnome.org>
Build fixes for make distcheck.
-I$(top_builddir)/DerivedSources \
-I$(top_srcdir)/JavaScriptCore/ForwardingHeaders \
-I$(top_srcdir) \
- $(webkitgtk_h_api)
+ $(webkitgtk_h_api) \
+ $(libgdom_h_api)
girdir = $(datadir)/gir-1.0
gir_DATA = $(WEBKIT_GIRSOURCES) $(JSCORE_GIRSOURCES)