about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-03 20:40:11 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-03 20:42:04 -0800
commit797c608c01b7e06dbd2935a8788ed4f4e11fcc0c (patch)
tree92f7b322a1d12fb5b86b9b1de954de9420055c27
parent602f32609ef3f5ed5b843881bf8141c260474ba1 (diff)
downloadunicorn-797c608c01b7e06dbd2935a8788ed4f4e11fcc0c.tar.gz
Also, update the Manifest
-rw-r--r--Manifest1
-rw-r--r--ext/unicorn/http11/extconf.rb5
2 files changed, 3 insertions, 3 deletions
diff --git a/Manifest b/Manifest
index cf6a537..2604630 100644
--- a/Manifest
+++ b/Manifest
@@ -35,6 +35,7 @@ test/exec/README
 test/exec/test_exec.rb
 test/test_helper.rb
 test/tools/trickletest.rb
+test/unit/test_configurator.rb
 test/unit/test_http_parser.rb
 test/unit/test_response.rb
 test/unit/test_server.rb
diff --git a/ext/unicorn/http11/extconf.rb b/ext/unicorn/http11/extconf.rb
index e4f6918..1b16dff 100644
--- a/ext/unicorn/http11/extconf.rb
+++ b/ext/unicorn/http11/extconf.rb
@@ -1,6 +1,5 @@
 require 'mkmf'
 
-dir_config("http11")
+dir_config("unicorn/http11")
 have_library("c", "main")
-
-create_makefile("http11")
+create_makefile("unicorn/http11")