Unreviewed. Fix make distcheck issues.
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 19 Feb 2012 16:53:01 +0000 (16:53 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 19 Feb 2012 16:53:01 +0000 (16:53 +0000)
Source/JavaScriptCore:

* GNUmakefile.list.am: Add missing files.

Source/WebCore:

* GNUmakefile.list.am: Add missing header.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108187 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/JavaScriptCore/ChangeLog
Source/JavaScriptCore/GNUmakefile.list.am
Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.list.am

index 1309058..8d45209 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-19  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Add missing files.
+
 2012-02-18  Sam Weinig  <sam@webkit.org>
 
         Fix style issues in DFG Phase classes
index d709322..4ea8ed7 100644 (file)
@@ -221,14 +221,15 @@ javascriptcore_sources += \
        Source/JavaScriptCore/heap/MarkStack.cpp \
        Source/JavaScriptCore/heap/MarkStack.h \
        Source/JavaScriptCore/heap/HeapRootVisitor.h \
-    Source/JavaScriptCore/heap/MarkedAllocator.cpp \
-    Source/JavaScriptCore/heap/MarkedAllocator.h \
+       Source/JavaScriptCore/heap/MarkedAllocator.cpp \
+       Source/JavaScriptCore/heap/MarkedAllocator.h \
        Source/JavaScriptCore/heap/MarkedBlock.cpp \
        Source/JavaScriptCore/heap/MarkedBlock.h \
        Source/JavaScriptCore/heap/MarkedBlockSet.h \
        Source/JavaScriptCore/heap/TinyBloomFilter.h \
        Source/JavaScriptCore/heap/MarkedSpace.cpp \
        Source/JavaScriptCore/heap/MarkedSpace.h \
+       Source/JavaScriptCore/heap/PassWeak.h \
        Source/JavaScriptCore/heap/Strong.h \
        Source/JavaScriptCore/heap/StrongInlines.h \
        Source/JavaScriptCore/heap/UnconditionalFinalizer.h \
index da2cd8e..f53d5f9 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-19  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Add missing header.
+
 2012-02-18  Robert Hogan  <robert@webkit.org>
 
         CSS 2.1 failure: inline-box-002.htm fails
index dd7b7dc..16c6ed1 100644 (file)
@@ -2858,6 +2858,7 @@ webcore_sources += \
        Source/WebCore/platform/FileSystem.cpp \
        Source/WebCore/platform/FileSystem.h \
        Source/WebCore/platform/FloatConversion.h \
+       Source/WebCore/platform/FractionalLayoutUnit.h \
        Source/WebCore/platform/GeolocationService.cpp \
        Source/WebCore/platform/GeolocationService.h \
        Source/WebCore/platform/HashTools.h \