Changeset 41060 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Feb 18, 2009, 11:18:28 AM (16 years ago)
Author:
[email protected]
Message:

2009-02-18 Gustavo Noronha Silva <Gustavo Noronha Silva>

Reviewed by Holger Freyther.

Fix symbols.filter location, and add other missing files to the
autotools build, so that make dist works.

  • GNUmakefile.am:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r41053 r41060  
     12009-02-18  Gustavo Noronha Silva  <[email protected]>
     2
     3        Reviewed by Holger Freyther.
     4
     5        Fix symbols.filter location, and add other missing files to the
     6        autotools build, so that make dist works.
     7
     8        * GNUmakefile.am:
     9
    1102009-02-17  Geoffrey Garen  <[email protected]>
    211
  • trunk/JavaScriptCore/GNUmakefile.am

    r40678 r41060  
    7777        JavaScriptCore/jit/JIT.cpp \
    7878        JavaScriptCore/jit/JITCall.cpp \
     79        JavaScriptCore/jit/JITCode.h \
    7980        JavaScriptCore/jit/JITPropertyAccess.cpp \
    8081        JavaScriptCore/jit/JITArithmetic.cpp \
     
    131132        JavaScriptCore/icu/unicode/uversion.h \
    132133        JavaScriptCore/assembler/X86Assembler.h \
     134        JavaScriptCore/assembler/AbstractMacroAssembler.h \
    133135        JavaScriptCore/assembler/AssemblerBuffer.h \
    134136        JavaScriptCore/assembler/MacroAssembler.h \
     137        JavaScriptCore/assembler/MacroAssemblerX86.h \
     138        JavaScriptCore/assembler/MacroAssemblerX86Common.h \
    135139        JavaScriptCore/os-win32/stdbool.h \
    136140        JavaScriptCore/os-win32/stdint.h \
Note: See TracChangeset for help on using the changeset viewer.