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

abarth at webkit.org abarth at webkit.org
Fri Jan 21 14:50:52 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit a193ba666893438b7a159773df22eb4dd5fbe80e
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 08:28:00 2011 +0000

    2011-01-02  Adam Barth  <abarth at webkit.org>
    
            Speculative build fix for GTK.  Add Source to the include paths.
    
            * GNUmakefile.am:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74864 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index ae5ac46..e6b249e 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-02  Adam Barth  <abarth at webkit.org>
+
+        Speculative build fix for GTK.  Add Source to the include paths.
+
+        * GNUmakefile.am:
+
 2011-01-01  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebKit/gtk/GNUmakefile.am b/WebKit/gtk/GNUmakefile.am
index fa1dc3f..9cb29de 100644
--- a/WebKit/gtk/GNUmakefile.am
+++ b/WebKit/gtk/GNUmakefile.am
@@ -41,6 +41,7 @@ libwebkitgtk_ at WEBKITGTK_API_MAJOR_VERSION@_ at WEBKITGTK_API_MINOR_VERSION@_la_CPPF
 	-DBUILDING_WEBKIT \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
 	-DDATA_DIR=\"${datadir}\" \
+	-I$(srcdir)/Source \
 	-I$(WebCore)/bindings \
 	-I$(WebCore)/bindings/gobject \
 	-I$(WebKit) \
@@ -381,6 +382,7 @@ dist_resources_DATA = \
 noinst_PROGRAMS += $(TEST_PROGS)
 webkit_tests_cflags = \
 	-fno-strict-aliasing \
+	-I$(srcdir)/Source \
 	-I$(srcdir)/Source/JavaScriptCore/ForwardingHeaders \
 	-I$(WebCore)/platform/network/soup/cache \
 	-I$(WebKit) \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list