[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

kov at webkit.org kov at webkit.org
Thu Apr 8 02:17:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 42cb5a05ed64ee1ab4fb6cce8d04325a5c472f6b
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 9 18:45:12 2010 +0000

    2010-03-09 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
    
    Unreviewed build fix (only exposed by make distcheck). The
            SharedWorkers files are not built, they need to be distributed.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55734 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9cf22fc..53d1c22 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
 
+        Unreviewed build fix (only exposed by make distcheck). The
+        SharedWorkers files are not built, they need to be distributed.
+
+        * GNUmakefile.am:
+
+2010-03-09  Gustavo Noronha Silva  <gustavo.noronha at collabora.co.uk>
+
         Reviewed by Dirk Schulze.
 
         [GStreamer] Buffering logic is not correct, and does not work very well
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 7091fa1..6573564 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -2635,7 +2635,7 @@ FEATURE_DEFINES += ENABLE_SHARED_WORKERS=1
 webcore_cppflags += \
 	-DENABLE_SHARED_WORKERS=1
 
-webcore_built_sources += \
+webcore_sources += \
 	WebCore/bindings/js/JSSharedWorkerConstructor.cpp \
 	WebCore/bindings/js/JSSharedWorkerConstructor.h \
 	WebCore/bindings/js/JSSharedWorkerCustom.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list