diff options
Diffstat (limited to 'ext/digest/md5')
| -rw-r--r-- | ext/digest/md5/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/md5/extconf.rb b/ext/digest/md5/extconf.rb index cbf1e1b60..0d3b1ca7e 100644 --- a/ext/digest/md5/extconf.rb +++ b/ext/digest/md5/extconf.rb @@ -3,7 +3,7 @@ require "mkmf" -$CFLAGS << " -DHAVE_CONFIG_H -I.." +$CFLAGS << " -DHAVE_CONFIG_H -I$(srcdir)/.." $objs = [ "md5.#{$OBJEXT}", |
