Title: [88935] trunk/Source/WebKit/gtk
Revision
88935
Author
[email protected]
Date
2011-06-15 08:16:12 -0700 (Wed, 15 Jun 2011)

Log Message

2011-06-15  Claudio Saavedra  <[email protected]>

        Reviewed by Xan Lopez.

        [GTK] Fix the build with introspection enabled
        https://bugs.webkit.org/show_bug.cgi?id=62705

        * GNUmakefile.am: Remove include of *.c files, since
        there are no such files anymore.

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (88934 => 88935)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-06-15 15:09:29 UTC (rev 88934)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-06-15 15:16:12 UTC (rev 88935)
@@ -1,3 +1,13 @@
+2011-06-15  Claudio Saavedra  <[email protected]>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] Fix the build with introspection enabled
+        https://bugs.webkit.org/show_bug.cgi?id=62705
+
+        * GNUmakefile.am: Remove include of *.c files, since
+        there are no such files anymore.
+
 2011-06-14  Xan Lopez  <[email protected]>
 
         Reviewed by Martin Robinson.

Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (88934 => 88935)


--- trunk/Source/WebKit/gtk/GNUmakefile.am	2011-06-15 15:09:29 UTC (rev 88934)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am	2011-06-15 15:16:12 UTC (rev 88935)
@@ -292,8 +292,7 @@
 	     -I$(top_srcdir) \
 	     $(GENSOURCES_WEBKIT)/webkitenumtypes.h \
 	     $(webkitgtk_h_api) \
-	     $(WebKit)/webkit/*.cpp \
-	     $(WebKit)/webkit/*.c
+	     $(WebKit)/webkit/*.cpp
 
 girdir = $(datadir)/gir-1.0
 gir_DATA = $(WEBKIT_GIRSOURCES) $(JSCORE_GIRSOURCES)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to