Title: [97938] trunk/Source/WebCore
Revision
97938
Author
[email protected]
Date
2011-10-19 22:19:48 -0700 (Wed, 19 Oct 2011)

Log Message

Attempt to fix GTK build.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97937 => 97938)


--- trunk/Source/WebCore/ChangeLog	2011-10-20 05:16:04 UTC (rev 97937)
+++ trunk/Source/WebCore/ChangeLog	2011-10-20 05:19:48 UTC (rev 97938)
@@ -1 +1,7 @@
+2011-10-19  Adam Barth  <[email protected]>
+
+        Attempt to fix GTK build.
+
+        * GNUmakefile.am:
+
 == Rolled over to ChangeLog-2011-10-19 ==

Modified: trunk/Source/WebCore/GNUmakefile.am (97937 => 97938)


--- trunk/Source/WebCore/GNUmakefile.am	2011-10-20 05:16:04 UTC (rev 97937)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-10-20 05:19:48 UTC (rev 97938)
@@ -682,7 +682,7 @@
 	$(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
-	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $< --events $(WebCore)/xml/EventFactory.in --outputDir "$(GENSOURCES_WEBCORE)"
+	$(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
 DerivedSources/WebCore/InspectorProtocolVersion.h : $(WebCore)/inspector/Inspector.json $(WebCore)/inspector/generate-inspector-protocol-version
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to