about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
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"