Changeset 30991 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 12, 2008, 9:12:46 AM (17 years ago)
Author:
[email protected]
Message:

2008-03-12 Alp Toker <[email protected]>

Attempt to fix the autotools testkjs build on systems with
non-standard include paths.

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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r30983 r30991  
     12008-03-12  Alp Toker  <[email protected]>
     2
     3        Attempt to fix the autotools testkjs build on systems with
     4        non-standard include paths.
     5
     6        * GNUmakefile.am:
     7
    182008-03-11  Alexey Proskuryakov  <[email protected]>
    29
  • trunk/JavaScriptCore/GNUmakefile.am

    r30857 r30991  
    155155# testkjs
    156156Programs_testkjs_SOURCES = JavaScriptCore/kjs/testkjs.cpp
    157 Programs_testkjs_CPPFLAGS = $(global_cppflags)
     157Programs_testkjs_CPPFLAGS = \
     158        $(global_cppflags) \
     159        $(javascriptcore_cppflags)
    158160Programs_testkjs_CXXFLAGS = \
    159161        $(global_cxxflags) \
Note: See TracChangeset for help on using the changeset viewer.