Title: [92274] trunk/Tools
Revision
92274
Author
mrobin...@webkit.org
Date
2011-08-03 05:29:47 -0700 (Wed, 03 Aug 2011)

Log Message

Build fix for WebKit2GTK+.

* WebKitTestRunner/GNUmakefile.am: Include libInternals as one of
of the library dependencies of the injected bundle.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (92273 => 92274)


--- trunk/Tools/ChangeLog	2011-08-03 12:20:12 UTC (rev 92273)
+++ trunk/Tools/ChangeLog	2011-08-03 12:29:47 UTC (rev 92274)
@@ -1,3 +1,10 @@
+2011-08-03  Martin Robinson  <mrobin...@igalia.com>
+
+        Build fix for WebKit2GTK+.
+
+        * WebKitTestRunner/GNUmakefile.am: Include libInternals as one of
+        of the library dependencies of the injected bundle.
+
 2011-08-03  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK] Install web and plugin processes in libexecdir instead of bindir

Modified: trunk/Tools/WebKitTestRunner/GNUmakefile.am (92273 => 92274)


--- trunk/Tools/WebKitTestRunner/GNUmakefile.am	2011-08-03 12:20:12 UTC (rev 92273)
+++ trunk/Tools/WebKitTestRunner/GNUmakefile.am	2011-08-03 12:29:47 UTC (rev 92274)
@@ -79,6 +79,9 @@
 	Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp \
 	Tools/WebKitTestRunner/InjectedBundle/LayoutTestController.h
 
+Libraries_libTestRunnerInjectedBundle_la_LIBADD = \
+	libWebCoreInternals.la
+
 Libraries_libTestRunnerInjectedBundle_la_LDFLAGS = \
 	-rpath ${shell pwd}/$(top_builddir)/../unix/TestNetscapePlugin/.libs \
 	$(no_undefined) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to