From 8b33686b91623cd321f8071e8f76d75e663d44ef Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Mon, 1 Nov 2004 08:21:06 +0000 Subject: 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 --- ext/stringio/extconf.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ext/stringio/extconf.rb (limited to 'ext/stringio') diff --git a/ext/stringio/extconf.rb b/ext/stringio/extconf.rb new file mode 100644 index 0000000000..8fc84b3735 --- /dev/null +++ b/ext/stringio/extconf.rb @@ -0,0 +1,2 @@ +require 'mkmf' +create_makefile('stringio') -- cgit v1.2.3