From 36c57775077664c2d0d1475394b1d7c7a5c27d09 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: http://svn.ruby-lang.org/repos/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 000000000..8fc84b373 --- /dev/null +++ b/ext/stringio/extconf.rb @@ -0,0 +1,2 @@ +require 'mkmf' +create_makefile('stringio') -- cgit