Title: [91011] trunk/Tools
- Revision
- 91011
- Author
- [email protected]
- Date
- 2011-07-14 10:40:21 -0700 (Thu, 14 Jul 2011)
Log Message
2011-07-14 Carlos Garcia Campos <[email protected]>
Unreviewed. Fix WebKit2 GTK build after r90953.
* WebKitTestRunner/GNUmakefile.am:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (91010 => 91011)
--- trunk/Tools/ChangeLog 2011-07-14 17:32:13 UTC (rev 91010)
+++ trunk/Tools/ChangeLog 2011-07-14 17:40:21 UTC (rev 91011)
@@ -1,3 +1,9 @@
+2011-07-14 Carlos Garcia Campos <[email protected]>
+
+ Unreviewed. Fix WebKit2 GTK build after r90953.
+
+ * WebKitTestRunner/GNUmakefile.am:
+
2011-07-14 Adam Barth <[email protected]>
garden-o-matic results pane should be more discoverable
Modified: trunk/Tools/WebKitTestRunner/GNUmakefile.am (91010 => 91011)
--- trunk/Tools/WebKitTestRunner/GNUmakefile.am 2011-07-14 17:32:13 UTC (rev 91010)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am 2011-07-14 17:40:21 UTC (rev 91011)
@@ -55,10 +55,10 @@
DerivedSources/InjectedBundle/JSEventSendingController.cpp \
DerivedSources/InjectedBundle/JSGCController.cpp \
DerivedSources/InjectedBundle/JSLayoutTestController.cpp
-BUILT_SOURCES += $(injected_bundle_built_sources)
+BUILT_SOURCES += $(nodist_injected_bundle_built_sources)
Libraries_libTestRunnerInjectedBundle_la_SOURCES = \
- $(injected_bundle_built_sources) \
+ $(nodist_injected_bundle_built_sources) \
Tools/WebKitTestRunner/InjectedBundle/ActivateFonts.h \
Tools/WebKitTestRunner/InjectedBundle/Bindings/JSWrappable.h \
Tools/WebKitTestRunner/InjectedBundle/Bindings/JSWrapper.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes