summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/objspace/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/ext/objspace/extconf.rb')
-rw-r--r--jni/ruby/ext/objspace/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/jni/ruby/ext/objspace/extconf.rb b/jni/ruby/ext/objspace/extconf.rb
new file mode 100644
index 0000000..2b41543
--- /dev/null
+++ b/jni/ruby/ext/objspace/extconf.rb
@@ -0,0 +1,3 @@
+$INCFLAGS << " -I$(topdir) -I$(top_srcdir)"
+$VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h.
+create_makefile('objspace')