Title: [111788] trunk/Source/WTF
Revision
111788
Author
mrobin...@webkit.org
Date
2012-03-22 17:09:11 -0700 (Thu, 22 Mar 2012)

Log Message

One more GTK+ build fix after r111778.

* GNUmakefile.am: Adding missing include path.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (111787 => 111788)


--- trunk/Source/WTF/ChangeLog	2012-03-22 23:50:18 UTC (rev 111787)
+++ trunk/Source/WTF/ChangeLog	2012-03-23 00:09:11 UTC (rev 111788)
@@ -1,5 +1,11 @@
 2012-03-22  Martin Robinson  <mrobin...@igalia.com>
 
+        One more GTK+ build fix after r111778.
+
+        * GNUmakefile.am: Adding missing include path.
+
+2012-03-22  Martin Robinson  <mrobin...@igalia.com>
+
         Fixed the GTK+ WTF/_javascript_Core build after r111778.
 
         * GNUmakefile.am: Remove some extra trailing backslashes and a few uncessary

Modified: trunk/Source/WTF/GNUmakefile.am (111787 => 111788)


--- trunk/Source/WTF/GNUmakefile.am	2012-03-22 23:50:18 UTC (rev 111787)
+++ trunk/Source/WTF/GNUmakefile.am	2012-03-23 00:09:11 UTC (rev 111788)
@@ -29,4 +29,5 @@
 libWTF_la_CPPFLAGS = \
 	$(global_cppflags) \
 	-I$(srcdir)/Source \
-	-I$(srcdir)/Source/WTF
+	-I$(srcdir)/Source/WTF \
+	-I$(srcdir)/Source/WTF/wtf
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to