Changeset 30991 in webkit for trunk/JavaScriptCore
- Timestamp:
- Mar 12, 2008, 9:12:46 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r30983 r30991 1 2008-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 1 8 2008-03-11 Alexey Proskuryakov <[email protected]> 2 9 -
trunk/JavaScriptCore/GNUmakefile.am
r30857 r30991 155 155 # testkjs 156 156 Programs_testkjs_SOURCES = JavaScriptCore/kjs/testkjs.cpp 157 Programs_testkjs_CPPFLAGS = $(global_cppflags) 157 Programs_testkjs_CPPFLAGS = \ 158 $(global_cppflags) \ 159 $(javascriptcore_cppflags) 158 160 Programs_testkjs_CXXFLAGS = \ 159 161 $(global_cxxflags) \
Note:
See TracChangeset
for help on using the changeset viewer.