aboutsummaryrefslogtreecommitdiffstats
path: root/ext/json
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-18 08:26:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-18 08:26:10 +0000
commitc196e22a42ccc7d9f8cdb58ec573c1c5e1ac950e (patch)
treed471077b85faaba6cd442c64c793a305c8ecf24b /ext/json
parent9381cd1184f8230de4c60b27d3c788107bfa292c (diff)
downloadruby-c196e22a42ccc7d9f8cdb58ec573c1c5e1ac950e.tar.gz
Revert r35684 "* trunk/ext/json/extconf.rb: remove fake file."
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/json/extconf.rb b/ext/json/extconf.rb
new file mode 100644
index 0000000000..850798c643
--- /dev/null
+++ b/ext/json/extconf.rb
@@ -0,0 +1,3 @@
+require 'mkmf'
+create_makefile('json')
+