Title: [117783] trunk/Source/_javascript_Core
Revision
117783
Author
[email protected]
Date
2012-05-21 08:32:54 -0700 (Mon, 21 May 2012)

Log Message

Unreviewed. Fix make distcheck.

* GNUmakefile.list.am: Add missing header files.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (117782 => 117783)


--- trunk/Source/_javascript_Core/ChangeLog	2012-05-21 15:13:11 UTC (rev 117782)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-05-21 15:32:54 UTC (rev 117783)
@@ -1,3 +1,9 @@
+2012-05-21  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck.
+
+        * GNUmakefile.list.am: Add missing header files.
+
 2012-05-21  Allan Sandfeld Jensen  <[email protected]>
 
         GCC 4.7 and C++11

Modified: trunk/Source/_javascript_Core/GNUmakefile.list.am (117782 => 117783)


--- trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-05-21 15:13:11 UTC (rev 117782)
+++ trunk/Source/_javascript_Core/GNUmakefile.list.am	2012-05-21 15:32:54 UTC (rev 117783)
@@ -199,6 +199,8 @@
 	Source/_javascript_Core/dfg/DFGRepatch.cpp \
 	Source/_javascript_Core/dfg/DFGRepatch.h \
 	Source/_javascript_Core/dfg/DFGScoreBoard.h \
+	Source/_javascript_Core/dfg/DFGSilentRegisterSavePlan.h \
+	Source/_javascript_Core/dfg/DFGSlowPathGenerator.h \
 	Source/_javascript_Core/dfg/DFGSpeculativeJIT32_64.cpp \
 	Source/_javascript_Core/dfg/DFGSpeculativeJIT64.cpp \
 	Source/_javascript_Core/dfg/DFGSpeculativeJIT.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to