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

ossy at webkit.org ossy at webkit.org
Fri Jan 21 14:51:18 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 51bbb47dc222456126d23a044208644611a65dd6
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 23:26:57 2011 +0000

    Fix GTK+ build after r74855.
    
    Reviewed by Xan Lopez.
    
    * GNUmakefile.am: Fix include pathes.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74878 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index d0a3ed7..ad65382 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-02  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Fix GTK+ build after r74855.
+
+        Reviewed by Xan Lopez.
+
+        * GNUmakefile.am: Fix include pathes.
+
 2011-01-02  Adam Barth  <abarth at webkit.org>
 
         One more .. missing in the Qt build.
diff --git a/Source/JavaScriptCore/GNUmakefile.am b/Source/JavaScriptCore/GNUmakefile.am
index d73b016..1c4d380 100644
--- a/Source/JavaScriptCore/GNUmakefile.am
+++ b/Source/JavaScriptCore/GNUmakefile.am
@@ -21,10 +21,10 @@ javascriptcore_cppflags += \
 	-I$(srcdir)/Source/JavaScriptCore/wtf/text \
 	-I$(srcdir)/Source/JavaScriptCore/wtf/unicode \
 	-I$(srcdir)/Source/JavaScriptCore/yarr \
-	-I$(top_builddir)/JavaScriptCore \
-	-I$(top_builddir)/JavaScriptCore/parser \
-	-I$(top_builddir)/JavaScriptCore/pcre \
-	-I$(top_builddir)/JavaScriptCore/runtime
+	-I$(top_builddir)/Source/JavaScriptCore \
+	-I$(top_builddir)/Source/JavaScriptCore/parser \
+	-I$(top_builddir)/Source/JavaScriptCore/pcre \
+	-I$(top_builddir)/Source/JavaScriptCore/runtime
 
 javascriptcore_h_api += \
 	Source/JavaScriptCore/API/JSBase.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list