Commit 395d39fd authored by eric@webkit.org's avatar eric@webkit.org

2010-02-04 Clemmitt Sigler <cmsigler@gmail.com>

        Reviewed by David Levin.

        WebKitGTK doesn't build GtkLauncher when --enable-mathml is specified.
        Updated WebCore/GNUmakefile.am to include needed files in build.

        https://bugs.webkit.org/show_bug.cgi?id=34387

        No new tests.

        * GNUmakefile.am:

git-svn-id: svn://svn.chromium.org/blink/trunk@54386 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 65e047e5
2010-02-04 Clemmitt Sigler <cmsigler@gmail.com>
Reviewed by David Levin.
WebKitGTK doesn't build GtkLauncher when --enable-mathml is specified.
Updated WebCore/GNUmakefile.am to include needed files in build.
https://bugs.webkit.org/show_bug.cgi?id=34387
No new tests.
* GNUmakefile.am:
2010-02-04 Stephan Aßmus <superstippi@gmx.de> 2010-02-04 Stephan Aßmus <superstippi@gmx.de>
Reviewed by David Levin. Reviewed by David Levin.
......
...@@ -2722,7 +2722,11 @@ webcore_sources += \ ...@@ -2722,7 +2722,11 @@ webcore_sources += \
WebCore/mathml/MathMLInlineContainerElement.cpp \ WebCore/mathml/MathMLInlineContainerElement.cpp \
WebCore/mathml/MathMLInlineContainerElement.h \ WebCore/mathml/MathMLInlineContainerElement.h \
WebCore/mathml/MathMLMathElement.cpp \ WebCore/mathml/MathMLMathElement.cpp \
WebCore/mathml/MathMLMathElement.h WebCore/mathml/MathMLMathElement.h \
WebCore/mathml/MathMLTextElement.cpp \
WebCore/mathml/MathMLTextElement.h \
WebCore/mathml/RenderMathMLBlock.cpp \
WebCore/mathml/RenderMathMLBlock.h
webcore_built_sources += \ webcore_built_sources += \
DerivedSources/MathMLElementFactory.cpp \ DerivedSources/MathMLElementFactory.cpp \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment