Changeset 34049 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
May 22, 2008, 9:39:23 PM (17 years ago)
Author:
[email protected]
Message:

2008-05-22 Alp Toker <[email protected]>

GTK+ build fix. Add JavaScriptCore/profiler to include path.

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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r34048 r34049  
     12008-05-22  Alp Toker  <[email protected]>
     2
     3        GTK+ build fix. Add JavaScriptCore/profiler to include path.
     4
     5        * GNUmakefile.am:
     6
    172008-05-22  Adam Roben  <[email protected]>
    28
  • trunk/JavaScriptCore/GNUmakefile.am

    r33989 r34049  
    11javascriptcore_cppflags += \
    22        -I$(srcdir)/JavaScriptCore/ForwardingHeaders \
     3        -I$(srcdir)/JavaScriptCore/VM \
     4        -I$(srcdir)/JavaScriptCore/profiler \
    35        -I$(srcdir)/JavaScriptCore/wtf/unicode \
    4         -I$(srcdir)/JavaScriptCore/VM \
    56        -I$(top_builddir)/JavaScriptCore/pcre \
    67        -I$(top_builddir)/JavaScriptCore/kjs
Note: See TracChangeset for help on using the changeset viewer.