aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-14 10:12:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-14 10:12:13 +0000
commit9f41782ec8170c69598f49c6fedf5e7ca35724a4 (patch)
tree179d40e81721a004e0e11838fe2336e3a050eaf1 /ext/objspace/extconf.rb
parente5731864074cc642c2b4e77d74334ca2b72302d8 (diff)
downloadruby-9f41782ec8170c69598f49c6fedf5e7ca35724a4.tar.gz
* ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly add
topdir and top_srcdir. [ruby-dev:42031] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace/extconf.rb')
-rw-r--r--ext/objspace/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb
index a0cc3cecce..23a42c4c20 100644
--- a/ext/objspace/extconf.rb
+++ b/ext/objspace/extconf.rb
@@ -1,2 +1,2 @@
-
+$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
create_makefile('objspace')