Changeset 54386 in webkit


Ignore:
Timestamp:
Feb 4, 2010 4:35:57 PM (14 years ago)
Author:
eric@webkit.org
Message:

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:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54383 r54386  
     12010-02-04  Clemmitt Sigler  <cmsigler@gmail.com>
     2
     3        Reviewed by David Levin.
     4
     5        WebKitGTK doesn't build GtkLauncher when --enable-mathml is specified.
     6        Updated WebCore/GNUmakefile.am to include needed files in build.
     7       
     8        https://bugs.webkit.org/show_bug.cgi?id=34387
     9
     10        No new tests.
     11
     12        * GNUmakefile.am:
     13
    1142010-02-04  Stephan Aßmus  <superstippi@gmx.de>
    215
  • trunk/WebCore/GNUmakefile.am

    r54334 r54386  
    27232723        WebCore/mathml/MathMLInlineContainerElement.h  \
    27242724        WebCore/mathml/MathMLMathElement.cpp \
    2725         WebCore/mathml/MathMLMathElement.h
     2725        WebCore/mathml/MathMLMathElement.h \
     2726        WebCore/mathml/MathMLTextElement.cpp \
     2727        WebCore/mathml/MathMLTextElement.h \
     2728        WebCore/mathml/RenderMathMLBlock.cpp \
     2729        WebCore/mathml/RenderMathMLBlock.h
    27262730
    27272731webcore_built_sources += \
Note: See TracChangeset for help on using the changeset viewer.