aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/extconf.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-17 04:50:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-17 04:50:19 +0000
commit4bf3cb5ba9c0242bd5a6d0d55b7db9f837c09edf (patch)
treea203d15df3becb4afddb138d470d93433e129f3f /ext/pathname/extconf.rb
parent95bc02237635d3fe42532bfe53038257575cee75 (diff)
downloadruby-4bf3cb5ba9c0242bd5a6d0d55b7db9f837c09edf.tar.gz
* ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.
require pathname.so. * ext/pathname/pathname.c: new file to define empty Pathname class. * ext/pathname/extconf.rb: new file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pathname/extconf.rb')
-rw-r--r--ext/pathname/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pathname/extconf.rb b/ext/pathname/extconf.rb
new file mode 100644
index 0000000000..6720903e88
--- /dev/null
+++ b/ext/pathname/extconf.rb
@@ -0,0 +1,2 @@
+require 'mkmf'
+create_makefile('pathname')