Title: [143618] trunk/Source
Revision
143618
Author
mrobin...@webkit.org
Date
2013-02-21 09:49:33 -0800 (Thu, 21 Feb 2013)

Log Message

A couple more 'make dist' fixes for WebKitGTK+.

Source/WebCore:

* GNUmakefile.list.am: Add a missing file to the source list.

Source/WTF:

* GNUmakefile.list.am: Add a missing file to the source list.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (143617 => 143618)


--- trunk/Source/WTF/ChangeLog	2013-02-21 17:42:09 UTC (rev 143617)
+++ trunk/Source/WTF/ChangeLog	2013-02-21 17:49:33 UTC (rev 143618)
@@ -1,3 +1,9 @@
+2013-02-21  Martin Robinson  <mrobin...@igalia.com>
+
+        A couple more 'make dist' fixes for WebKitGTK+.
+
+        * GNUmakefile.list.am: Add a missing file to the source list.
+
 2013-02-20  Roger Fong  <roger_f...@apple.com>
 
         Get VS2010 Solution B&I ready.

Modified: trunk/Source/WTF/GNUmakefile.list.am (143617 => 143618)


--- trunk/Source/WTF/GNUmakefile.list.am	2013-02-21 17:42:09 UTC (rev 143617)
+++ trunk/Source/WTF/GNUmakefile.list.am	2013-02-21 17:49:33 UTC (rev 143618)
@@ -109,6 +109,7 @@
     Source/WTF/wtf/NumberOfCores.h \
     Source/WTF/wtf/RAMSize.cpp \
     Source/WTF/wtf/RAMSize.h \
+    Source/WTF/wtf/ObjcRuntimeExtras.h \
     Source/WTF/wtf/OSAllocator.h \
     Source/WTF/wtf/OSAllocatorPosix.cpp \
     Source/WTF/wtf/OSAllocatorWin.cpp \

Modified: trunk/Source/WebCore/ChangeLog (143617 => 143618)


--- trunk/Source/WebCore/ChangeLog	2013-02-21 17:42:09 UTC (rev 143617)
+++ trunk/Source/WebCore/ChangeLog	2013-02-21 17:49:33 UTC (rev 143618)
@@ -1,3 +1,9 @@
+2013-02-21  Martin Robinson  <mrobin...@igalia.com>
+
+        A couple more 'make dist' fixes for WebKitGTK+.
+
+        * GNUmakefile.list.am: Add a missing file to the source list.
+
 2013-02-21  Andrei Bucur  <abu...@adobe.com>
 
         -webkit-margin-collapse: separate doesn't work correctly for before margins

Modified: trunk/Source/WebCore/GNUmakefile.list.am (143617 => 143618)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-02-21 17:42:09 UTC (rev 143617)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-02-21 17:49:33 UTC (rev 143618)
@@ -5386,6 +5386,7 @@
 	Source/WebCore/platform/Arena.h \
 	Source/WebCore/platform/AsyncFileSystem.cpp \
 	Source/WebCore/platform/AsyncFileSystem.h \
+	Source/WebCore/platform/AsyncFileSystemCallbacks.h \
 	Source/WebCore/platform/AutodrainedPool.h \
 	Source/WebCore/platform/CalculationValue.cpp \
 	Source/WebCore/platform/CalculationValue.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to