Title: [88069] trunk/Tools
Revision
88069
Author
[email protected]
Date
2011-06-03 15:22:16 -0700 (Fri, 03 Jun 2011)

Log Message

2011-06-03  Martin Robinson  <[email protected]>

        Try to fix the build failure on the GTK+ 32-bit Release bot.

        * GNUmakefile.am: Add JSInternal.{cpp,h} to the BUILT_SOURCES list.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (88068 => 88069)


--- trunk/Tools/ChangeLog	2011-06-03 22:14:02 UTC (rev 88068)
+++ trunk/Tools/ChangeLog	2011-06-03 22:22:16 UTC (rev 88069)
@@ -1,3 +1,9 @@
+2011-06-03  Martin Robinson  <[email protected]>
+
+        Try to fix the build failure on the GTK+ 32-bit Release bot.
+
+        * GNUmakefile.am: Add JSInternal.{cpp,h} to the BUILT_SOURCES list.
+
 2011-05-31  Martin Robinson  <[email protected]>
 
         Reviewed by Ryosuke Niwa.

Modified: trunk/Tools/GNUmakefile.am (88068 => 88069)


--- trunk/Tools/GNUmakefile.am	2011-06-03 22:14:02 UTC (rev 88068)
+++ trunk/Tools/GNUmakefile.am	2011-06-03 22:22:16 UTC (rev 88069)
@@ -48,6 +48,7 @@
 nodist_libWebCoreInternals_la_SOURCES = \
 	DerivedSources/WebCore/JSInternals.cpp \
 	DerivedSources/WebCore/JSInternals.h
+BUILT_SOURCES += $(nodist_libWebCoreInternals_la_SOURCES)
 
 libWebCoreInternals_la_CPPFLAGS = \
 	$(global_cppflags) \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to