Title: [98049] trunk/Source/WebCore
Revision
98049
Author
aba...@webkit.org
Date
2011-10-20 17:27:47 -0700 (Thu, 20 Oct 2011)

Log Message

Attempt to fix the GTK build.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98048 => 98049)


--- trunk/Source/WebCore/ChangeLog	2011-10-21 00:26:17 UTC (rev 98048)
+++ trunk/Source/WebCore/ChangeLog	2011-10-21 00:27:47 UTC (rev 98049)
@@ -1,5 +1,11 @@
 2011-10-20  Adam Barth  <aba...@webkit.org>
 
+        Attempt to fix the GTK build.
+
+        * GNUmakefile.am:
+
+2011-10-20  Adam Barth  <aba...@webkit.org>
+
         CloseEvent.idl isn't conditional on WebSockets.
 
         * dom/EventFactory.in:

Modified: trunk/Source/WebCore/GNUmakefile.am (98048 => 98049)


--- trunk/Source/WebCore/GNUmakefile.am	2011-10-21 00:26:17 UTC (rev 98048)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-10-21 00:27:47 UTC (rev 98049)
@@ -681,7 +681,7 @@
 DerivedSources/WebCore/XMLNames.cpp DerivedSources/WebCore/XMLNames.h: $(WebCore)/dom/make_names.pl $(WebCore)/xml/xmlattrs.in
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --attrs $(WebCore)/xml/xmlattrs.in --outputDir "$(GENSOURCES_WEBCORE)"
 
-DerivedSources/WebCore/EventFactory.cpp: $(WebCore)/dom/make_event_factory.pl $(WebCore)/dom/EventFactory.in
+DerivedSources/WebCore/EventFactory.cpp DerivedSources/WebCore/EventHeaders.h DerivedSources/WebCore/EventInterfaces.h: $(WebCore)/dom/make_event_factory.pl $(WebCore)/dom/EventFactory.in
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --events $(WebCore)/dom/EventFactory.in --outputDir "$(GENSOURCES_WEBCORE)"
 
 # All Web Inspector generated files are created with this one call to CodeGeneratorInspector.pm
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to