Title: [142108] trunk/Source/WebCore
- Revision
- 142108
- Author
- [email protected]
- Date
- 2013-02-07 06:14:29 -0800 (Thu, 07 Feb 2013)
Log Message
Unreviewed build fix. libWebCore.la needs to be relinked when
symbols.filter changes.
* GNUmakefile.am: add symbols.filter as a dependency for the
libWebCore.la library.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (142107 => 142108)
--- trunk/Source/WebCore/ChangeLog 2013-02-07 13:56:05 UTC (rev 142107)
+++ trunk/Source/WebCore/ChangeLog 2013-02-07 14:14:29 UTC (rev 142108)
@@ -1,3 +1,11 @@
+2013-02-07 Gustavo Noronha Silva <[email protected]>
+
+ Unreviewed build fix. libWebCore.la needs to be relinked when
+ symbols.filter changes.
+
+ * GNUmakefile.am: add symbols.filter as a dependency for the
+ libWebCore.la library.
+
2013-02-07 Vsevolod Vlasov <[email protected]>
Web Inspector: Closure compilation fixes
Modified: trunk/Source/WebCore/GNUmakefile.am (142107 => 142108)
--- trunk/Source/WebCore/GNUmakefile.am 2013-02-07 13:56:05 UTC (rev 142107)
+++ trunk/Source/WebCore/GNUmakefile.am 2013-02-07 14:14:29 UTC (rev 142108)
@@ -586,7 +586,7 @@
# Artificial dependency to try to force a relink of the WebCore libraries
# When their makefiles change.
webcore_lib_for_dep = libWebCore.la
-$(webcore_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
+$(webcore_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am $(srcdir)/Source/autotools/symbols.filter
webcoremodules_lib_for_dep = libWebcoreModules.la
$(webcoremodules_lib_for_dep): $(srcdir)/Source/WebCore/GNUmakefile.am $(srcdir)/Source/WebCore/GNUmakefile.list.am
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes