Title: [104444] trunk
Revision
104444
Author
[email protected]
Date
2012-01-09 01:53:28 -0800 (Mon, 09 Jan 2012)

Log Message

Unreviewed. Fix make distcheck issues.

Source/WebCore:

* GNUmakefile.list.am: Add missing header.

Tools:

* MiniBrowser/gtk/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (104443 => 104444)


--- trunk/Source/WebCore/ChangeLog	2012-01-09 09:38:37 UTC (rev 104443)
+++ trunk/Source/WebCore/ChangeLog	2012-01-09 09:53:28 UTC (rev 104444)
@@ -1,3 +1,9 @@
+2012-01-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * GNUmakefile.list.am: Add missing header.
+
 2012-01-09  Kentaro Hara  <[email protected]>
 
         [Refactoring] Use join(", ", @arguments) to build a method argument string

Modified: trunk/Source/WebCore/GNUmakefile.list.am (104443 => 104444)


--- trunk/Source/WebCore/GNUmakefile.list.am	2012-01-09 09:38:37 UTC (rev 104443)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2012-01-09 09:53:28 UTC (rev 104444)
@@ -2958,6 +2958,7 @@
 	Source/WebCore/platform/graphics/GraphicsContext.h \
 	Source/WebCore/platform/graphics/GraphicsLayer.h \
 	Source/WebCore/platform/graphics/GraphicsLayer.cpp \
+	Source/WebCore/platform/graphics/GraphicsLayerClient.h \
 	Source/WebCore/platform/graphics/GraphicsTypes.cpp \
 	Source/WebCore/platform/graphics/GraphicsTypes.h \
 	Source/WebCore/platform/graphics/GraphicsTypes3D.h \

Modified: trunk/Tools/ChangeLog (104443 => 104444)


--- trunk/Tools/ChangeLog	2012-01-09 09:38:37 UTC (rev 104443)
+++ trunk/Tools/ChangeLog	2012-01-09 09:53:28 UTC (rev 104444)
@@ -1,3 +1,9 @@
+2012-01-09  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix make distcheck issues.
+
+        * MiniBrowser/gtk/GNUmakefile.am:
+
 2012-01-08  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r104421.

Modified: trunk/Tools/MiniBrowser/gtk/GNUmakefile.am (104443 => 104444)


--- trunk/Tools/MiniBrowser/gtk/GNUmakefile.am	2012-01-09 09:38:37 UTC (rev 104443)
+++ trunk/Tools/MiniBrowser/gtk/GNUmakefile.am	2012-01-09 09:53:28 UTC (rev 104444)
@@ -58,4 +58,5 @@
 	echo timestamp > $(@F)
 
 EXTRA_DIST += \
-	$(minibrowser_marshal_list)
+	$(srcdir)/Tools/MiniBrowser/gtk/browser-marshal.list
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to