From e274b2545f466d1afff149b01db30ea835b0c2fd Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 14 Jul 2001 03:29:50 +0000 Subject: * ext/digest/*/extconf.rb: fix so that they build from any directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/sha2/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/digest/sha2/extconf.rb') diff --git a/ext/digest/sha2/extconf.rb b/ext/digest/sha2/extconf.rb index e7ca707cf..fcbc1ddd8 100644 --- a/ext/digest/sha2/extconf.rb +++ b/ext/digest/sha2/extconf.rb @@ -3,7 +3,7 @@ require "mkmf" -$CFLAGS << " -DHAVE_CONFIG_H -I.." +$CFLAGS << " -DHAVE_CONFIG_H -I$(srcdir)/.." $objs = [ "sha2.#{$OBJEXT}", -- cgit