aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/extconf.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 12:21:55 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-30 12:21:55 +0000
commitee90d5d30ee3d483e86583d133d19f4cd77da7dd (patch)
tree0903861145bd930f8bfcf20a31e0d8c0a2574138 /ext/psych/extconf.rb
parent0cf5d3fa963e084e80feac64977ca4c83afcbf22 (diff)
downloadruby-ee90d5d30ee3d483e86583d133d19f4cd77da7dd.tar.gz
* ext/psych/extconf.rb: install psych .so to not psych/ but direct.
This prepends to install *.rb files to psych/psych. * ext/psych/lib/psych.rb: require 'psych.so'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/extconf.rb')
-rw-r--r--ext/psych/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/extconf.rb b/ext/psych/extconf.rb
index d789b35e5c..11f44ac104 100644
--- a/ext/psych/extconf.rb
+++ b/ext/psych/extconf.rb
@@ -11,6 +11,6 @@ end
asplode('yaml.h') unless find_header 'yaml.h'
asplode('libyaml') unless find_library 'yaml', 'yaml_get_version'
-create_makefile 'psych/psych'
+create_makefile 'psych'
# :startdoc: