From 359a6577b8a1da878c2e4df28f8cd919717de1c6 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Wed, 15 Nov 2006 19:51:51 +0000 Subject: Updated to compile new optimistic locking. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@382 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Rakefile') 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" -- cgit v1.2.3-24-ge0c7