diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-21 20:11:49 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-21 20:11:49 +0000 |
| commit | 98daa391a8cfd243bf577b58ad8715772a60be0f (patch) | |
| tree | ce91bac2c1fe1bc5295f51a21266726db71766ff /ext/digest | |
| parent | d69ca1aaceaab98eb1c9071f13bf6074dbc1722a (diff) | |
| download | ruby-98daa391a8cfd243bf577b58ad8715772a60be0f.tar.gz ruby-98daa391a8cfd243bf577b58ad8715772a60be0f.tar.xz ruby-98daa391a8cfd243bf577b58ad8715772a60be0f.zip | |
Probably */depend should be added to this file too.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest')
| -rw-r--r-- | ext/digest/MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/digest/MANIFEST b/ext/digest/MANIFEST index 32803c6b8..fd26581c6 100644 --- a/ext/digest/MANIFEST +++ b/ext/digest/MANIFEST @@ -12,24 +12,28 @@ md5/extconf.rb md5/md5.c md5/md5.h md5/md5init.c +md5/depend rmd160/MANIFEST rmd160/extconf.rb rmd160/rmd160.c rmd160/rmd160.h rmd160/rmd160hl.c rmd160/rmd160init.c +rmd160/depend sha1/MANIFEST sha1/extconf.rb sha1/sha1.c sha1/sha1.h sha1/sha1hl.c sha1/sha1init.c +sha1/depend sha2/MANIFEST sha2/extconf.rb sha2/sha2.c sha2/sha2.h sha2/sha2hl.c sha2/sha2init.c +sha2/depend test.rb test.sh depend |
