[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mrobinson at webkit.org mrobinson at webkit.org
Fri Jan 21 15:02:50 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 8f9515f8d2d0cc9f46c66bb625593107c058a074
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 19:07:36 2011 +0000

    2011-01-06  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            Include a new header in the static headers list. This is necessary
            so that "make install" installs the header.
    
            * GNUmakefile.am: Include webkitglobals.h in the header list.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75170 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index c98fd62..3799d95 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-06  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        Include a new header in the static headers list. This is necessary
+        so that "make install" installs the header.
+
+        * GNUmakefile.am: Include webkitglobals.h in the header list.
+
 2011-01-05  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Gustavo Noronha.
diff --git a/WebKit/gtk/GNUmakefile.am b/WebKit/gtk/GNUmakefile.am
index 5ec08e7..3e89934 100644
--- a/WebKit/gtk/GNUmakefile.am
+++ b/WebKit/gtk/GNUmakefile.am
@@ -114,6 +114,7 @@ webkitgtk_static_h_api += \
 	$(srcdir)/WebKit/gtk/webkit/webkitdownload.h \
 	$(srcdir)/WebKit/gtk/webkit/webkiterror.h \
 	$(srcdir)/WebKit/gtk/webkit/webkitgeolocationpolicydecision.h \
+	$(srcdir)/WebKit/gtk/webkit/webkitglobals.h \
 	$(srcdir)/WebKit/gtk/webkit/webkithittestresult.h \
 	$(srcdir)/WebKit/gtk/webkit/webkitnetworkrequest.h \
 	$(srcdir)/WebKit/gtk/webkit/webkitnetworkresponse.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list