Title: [142285] trunk
Revision
142285
Author
[email protected]
Date
2013-02-08 08:17:04 -0800 (Fri, 08 Feb 2013)

Log Message

[GTK] Include files from DerivedSources/webkitdom for introspection
https://bugs.webkit.org/show_bug.cgi?id=108631

Patch by Tomas Popela <[email protected]> on 2013-02-08
Reviewed by Martin Robinson.

Include files from DerivedSources/webkitdom for introspection

* /Source/WebKit/gtk/GNUmakefile.am:
* /Source/WebKit2/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/ChangeLog (142284 => 142285)


--- trunk/ChangeLog	2013-02-08 16:15:18 UTC (rev 142284)
+++ trunk/ChangeLog	2013-02-08 16:17:04 UTC (rev 142285)
@@ -1,3 +1,15 @@
+2013-02-08  Tomas Popela  <[email protected]>
+
+        [GTK] Include files from DerivedSources/webkitdom for introspection
+        https://bugs.webkit.org/show_bug.cgi?id=108631
+
+        Reviewed by Martin Robinson.
+
+        Include files from DerivedSources/webkitdom for introspection
+
+        * /Source/WebKit/gtk/GNUmakefile.am:
+        * /Source/WebKit2/GNUmakefile.am:
+
 2013-02-07  Martin Robinson  <[email protected]>
 
         [GTK] Split configure.ac into reusable portions

Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (142284 => 142285)


--- trunk/Source/WebKit/gtk/GNUmakefile.am	2013-02-08 16:15:18 UTC (rev 142284)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am	2013-02-08 16:17:04 UTC (rev 142285)
@@ -315,12 +315,14 @@
 	     -I$(srcdir)/Source \
 	     -I$(WebKit) \
 	     -I$(GENSOURCES) \
+	     -I$(GENSOURCES_WEBKITDOM) \
 	     -I$(GENSOURCES_WEBKIT) \
 	     -I$(top_builddir)/Source/WebKit/gtk \
 	     -I$(top_srcdir)/Source/_javascript_Core/ForwardingHeaders \
 	     -I$(top_srcdir) \
 	     $(GENSOURCES_WEBKIT)/webkitenumtypes.h \
 	     $(webkitgtk_h_api) \
+	     $(webkitgtk_gdom_built_h_api) \
 	     $(WebKit)/webkit/*.cpp
 
 girdir = $(datadir)/gir-1.0

Modified: trunk/Source/WebKit2/GNUmakefile.am (142284 => 142285)


--- trunk/Source/WebKit2/GNUmakefile.am	2013-02-08 16:15:18 UTC (rev 142284)
+++ trunk/Source/WebKit2/GNUmakefile.am	2013-02-08 16:17:04 UTC (rev 142285)
@@ -238,6 +238,7 @@
 	     -I$(srcdir)/Source \
 	     -I$(WebKit2) \
 	     -I$(GENSOURCES) \
+	     -I$(GENSOURCES_WEBKITDOM) \
 	     -I$(GENSOURCES_WEBKIT2) \
 	     -I$(top_builddir)/Source/WebKit2/UIProcess/API/gtk \
 	     -I$(top_srcdir)/Source/_javascript_Core/ForwardingHeaders \
@@ -247,6 +248,7 @@
 	     -DWEBKIT2_COMPILATION \
 	     $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h \
 	     $(webkit2gtk_h_api) \
+	     $(webkitgtk_gdom_built_h_api) \
 	     $(WebKit2)/UIProcess/API/gtk/*.cpp
 
 gir2dir = $(datadir)/gir-1.0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to