[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 11:31:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 01fcd1d1500fb12f83c1520ab53a7ea4a5b07a28
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 05:59:06 2010 +0000

    2010-07-27  Martin Robinson  <mrobinson at igalia.com>
    
            Unreviewed build fix.
    
            Add missing webkitdomdefines.h header to the sources list.
    
            * GNUmakefile.am: Add missing header to the sources list.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64190 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 1f36039..4930782 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-07-27  Martin Robinson  <mrobinson at igalia.com>
+
+        Unreviewed build fix.
+
+        Add missing webkitdomdefines.h header to the sources list.
+
+        * GNUmakefile.am: Add missing header to the sources list.
+
 2010-07-27  Kinuko Yasuda  <kinuko at chromium.org>
 
         Reviewed by Ojan Vafai.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 367c467..0a2721b 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -452,6 +452,7 @@ webkitgtk_built_h_api += \
 	DerivedSources/webkit/WebKitDOMXPathNSResolver.h \
 	DerivedSources/webkit/WebKitDOMXPathResult.h \
 	DerivedSources/webkit/webkitdom.h \
+	DerivedSources/webkit/webkitdomdefines.h \
 	WebKit/gtk/webkit/webkitversion.h
 
 webkitgtk_h_api += \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list