Title: [92853] trunk/Source/WebKit/gtk
Revision
92853
Author
[email protected]
Date
2011-08-11 08:53:27 -0700 (Thu, 11 Aug 2011)

Log Message

Add the _javascript_ core dynamic library for gtk-doc's introspection helper.

Patch by Gustavo Noronha Silva  <[email protected]> on 2011-08-11
Reviewed by Xan Lopez.

* docs/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (92852 => 92853)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-08-11 15:46:45 UTC (rev 92852)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-08-11 15:53:27 UTC (rev 92853)
@@ -1,3 +1,11 @@
+2011-08-11  Gustavo Noronha Silva  <[email protected]>
+
+        Add the _javascript_ core dynamic library for gtk-doc's introspection helper.
+
+        Reviewed by Xan Lopez.
+
+        * docs/GNUmakefile.am:
+
 2011-08-11  Xan Lopez  <[email protected]>
 
         [GTK] Update NEWS and configure.ac for 1.5.2 release

Modified: trunk/Source/WebKit/gtk/docs/GNUmakefile.am (92852 => 92853)


--- trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-08-11 15:46:45 UTC (rev 92852)
+++ trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-08-11 15:53:27 UTC (rev 92853)
@@ -106,6 +106,7 @@
 	$(GTK_CFLAGS) \
 	$(LIBSOUP_CFLAGS)
 GTKDOC_LIBS= \
+	$(top_builddir)/libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected] \
 	$(top_builddir)/libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@[email protected] \
 	$(GLIB_LIBS) \
 	$(GTK_LIBS) \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to