Changeset 63118 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jul 12, 2010, 2:24:32 PM (15 years ago)
Author:
Martin Robinson
Message:

2010-07-12 Martin Robinson <[email protected]>

Reviewed by Xan Lopez.

[GTK] make dist is broken because of missing headers and other miscellaneous reasons
https://bugs.webkit.org/show_bug.cgi?id=42107

  • GNUmakefile.am: Add missing header to the sources list.

2010-07-12 Martin Robinson <[email protected]>

Reviewed by Xan Lopez.

[GTK] make dist is broken because of missing headers and other miscellaneous reasons
https://bugs.webkit.org/show_bug.cgi?id=42107

  • GNUmakefile.am: Remove InspectorFrontend2.idl from the list of IDL files, so that it is not built into libWebCoreJS. Add missing header to the source list. Make sure to distribute the new file: WebCore/inspector/CodeGeneratorInspector.pm.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r63103 r63118  
     12010-07-12  Martin Robinson  <[email protected]>
     2
     3        Reviewed by Xan Lopez.
     4
     5        [GTK] make dist is broken because of missing headers and other miscellaneous reasons
     6        https://bugs.webkit.org/show_bug.cgi?id=42107
     7
     8        * GNUmakefile.am: Add missing header to the sources list.
     9
    1102010-07-12  Adam Roben  <[email protected]>
    211
  • trunk/JavaScriptCore/GNUmakefile.am

    r62811 r63118  
    424424        JavaScriptCore/wtf/FastMalloc.cpp \
    425425        JavaScriptCore/wtf/FastMalloc.h \
     426        JavaScriptCore/wtf/FixedArray.h \
    426427        JavaScriptCore/wtf/Forward.h \
    427428        JavaScriptCore/wtf/GetPtr.h \
Note: See TracChangeset for help on using the changeset viewer.