[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:49:17 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d7c988d3e941ce08abcfc650426c27b1af7bb5af
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 5 01:17:12 2001 +0000

    Added khtml_events.cpp.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@277 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/khtml/Makefile.in b/WebCore/khtml/Makefile.in
index 7b2d2c8..15c1793 100644
--- a/WebCore/khtml/Makefile.in
+++ b/WebCore/khtml/Makefile.in
@@ -18,6 +18,7 @@ include $(TOPSRCDIR)/Makefile.vars
 SOURCES = $(wildcard *.cpp)
 HEADERS = $(wildcard *.h)
 CXXOBJECTS = \
+    khtml_events.o \
     khtmlview.o \
     $(NULL)
 
diff --git a/WebCore/src/kdelibs/khtml/Makefile.in b/WebCore/src/kdelibs/khtml/Makefile.in
index 7b2d2c8..15c1793 100644
--- a/WebCore/src/kdelibs/khtml/Makefile.in
+++ b/WebCore/src/kdelibs/khtml/Makefile.in
@@ -18,6 +18,7 @@ include $(TOPSRCDIR)/Makefile.vars
 SOURCES = $(wildcard *.cpp)
 HEADERS = $(wildcard *.h)
 CXXOBJECTS = \
+    khtml_events.o \
     khtmlview.o \
     $(NULL)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list