public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Search Repo:
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Don't forget to compile Logging.o when compiling unit tests.
Hongli Lai (Phusion) (author)
Thu Apr 03 05:09:09 -0700 2008
commit  74415dec155109835d3a9c6782bbe63a6ff0d348
tree    d46c976fb0b27cb45cb71e614b035554c53a9154
parent  2c1c741eacbfdad3d2174918f00fda6eef40bfb4
...
213
214
215
216
 
 
217
218
219
...
213
214
215
 
216
217
218
219
220
0
@@ -213,7 +213,8 @@ subdir 'test' do
0
 
0
   file 'Apache2ModuleTests' => TEST::AP2_OBJECTS.keys +
0
    ['../ext/boost/src/libboost_thread.a',
0
- '../ext/apache2/Utils.o'] do
0
+ '../ext/apache2/Utils.o',
0
+ '../ext/apache2/Logging.o'] do
0
     objects = TEST::AP2_OBJECTS.keys.join(' ') <<
0
       " ../ext/apache2/Utils.o" <<
0
       " ../ext/apache2/Logging.o"

Comments

    No one has commented yet.