From a39967d06218736fe8a6e366f1dfc6e1f2dfdb06 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: svn+ssh://ci.ruby-lang.org/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/extconf.rb') 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