From fde29010bfe19d65d9d2d5080b8501739becd622 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 1 Nov 2004 05:04:04 +0000 Subject: * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead. * ext/enumerator/extconf.rb, ext/fcntl/extconf.rb, ext/stringio/extconf.rb: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7167 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