summaryrefslogtreecommitdiff
path: root/ext/enumerator/extconf.rb
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 08:21:06 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 08:21:06 +0000
commit8b33686b91623cd321f8071e8f76d75e663d44ef (patch)
tree0472ce06f5cece724af98bb7cea1890c72deab10 /ext/enumerator/extconf.rb
parent8522deb2b2e97cb0a78f9d00c0d7d7ff9af57b62 (diff)
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/enumerator/extconf.rb')
-rw-r--r--ext/enumerator/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/enumerator/extconf.rb b/ext/enumerator/extconf.rb
new file mode 100644
index 0000000000..94e2ee38b2
--- /dev/null
+++ b/ext/enumerator/extconf.rb
@@ -0,0 +1,2 @@
+require 'mkmf'
+create_makefile('enumerator')