summaryrefslogtreecommitdiff
path: root/ext/socket/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket/extconf.rb')
-rw-r--r--ext/socket/extconf.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb
index 4ca0983c68..93bd850c34 100644
--- a/ext/socket/extconf.rb
+++ b/ext/socket/extconf.rb
@@ -699,5 +699,7 @@ SRC
"not needed"
end
end
+
+ $VPATH << '$(topdir)' << '$(top_srcdir)'
create_makefile("socket")
end