about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-11-15 19:51:51 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-11-15 19:51:51 +0000
commit359a6577b8a1da878c2e4df28f8cd919717de1c6 (patch)
treeeb0b612837ae5429ca0e58ee15eaba5c8e978e7b /Rakefile
parent5e7287a4e94030947963871243af5003e5d735ee (diff)
downloadunicorn-359a6577b8a1da878c2e4df28f8cd919717de1c6.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@382 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7907eda..5b5c79c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,7 +16,7 @@ desc "Does a full compile, test run"
 task :default => [:compile, :test]
 
 desc "Compiles all extensions"
-task :compile => [:http11] do
+task :compile => [:http11, :optimized_locking] do
   if Dir.glob(File.join("lib","http11.*")).length == 0
     STDERR.puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
     STDERR.puts "Gem actually failed to build.  Your system is"
@@ -51,6 +51,7 @@ end
 task :site => [:site_webgen, :site_rdoc, :site_coverage, :site_projects_rdoc]
 
 setup_extension("http11", "http11")
+setup_extension("optimized_locking", "optimized_locking")
 
 name="mongrel"
 version="0.3.14"