Skip to content

Commit

Permalink
Restore sha1 building task
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jan 18, 2008
1 parent a3280d4 commit 1553ac8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Rakefile
Expand Up @@ -1054,6 +1054,17 @@ namespace :extension do
compile 'lib/ext/digest/md5'
end

task :digest_sha1 => "lib/ext/digest/sha1/sha1.#{$dlext}"

file "lib/ext/digest/sha1/sha1.#{$dlext}" => FileList[
'lib/ext/digest/sha1/build.rb',
'lib/ext/digest/sha1/*.c',
'lib/ext/digest/sha1/*.h',
'lib/ext/digest/defs.h',
] do
compile 'lib/ext/digest/sha1'
end

task :fcntl => "lib/ext/fcntl/fcntl.#{$dlext}"

file "lib/ext/fcntl/fcntl.#{$dlext}" => FileList[
Expand Down

0 comments on commit 1553ac8

Please sign in to comment.