diff options
author | Theodore Tso <tytso@mit.edu> | 1996-06-06 04:10:04 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1996-06-06 04:10:04 +0000 |
commit | 50110c182731bf96f78ec6fcfb1ccf8147ac135b (patch) | |
tree | fbac9660a6cb017e2109d177e5d039ba0fe5d6ad /src | |
parent | f19c31680fdd625af41e804bf52d45b5fed45ea4 (diff) | |
download | krb5-50110c182731bf96f78ec6fcfb1ccf8147ac135b.tar.gz krb5-50110c182731bf96f78ec6fcfb1ccf8147ac135b.tar.xz krb5-50110c182731bf96f78ec6fcfb1ccf8147ac135b.zip |
(FILES): Include lib/crypto/sha/* in list of files to be built for
Windows and the Macintosh.
(makefile-windows): Build lib/crypto/sha/makefile for Windows
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8243 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 6 | ||||
-rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3707b56d6d..43002fbf05 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o <tytso@mit.edu> + + * Makefile.in (FILES): Include lib/crypto/sha/* in list of files + to be built for Windows and the Macintosh. + (makefile-windows): Build lib/crypto/sha/makefile for Windows + Tue Jun 4 12:00:25 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> * aclocal.m4 (KRB5_LIBRARIES): Always do USE_ANAME if kdbm_deplib diff --git a/src/Makefile.in b/src/Makefile.in index 3c104065d5..495aa04ca8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -113,6 +113,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ include\makefile.in include\krb5\makefile.in \ lib\makefile.in lib\crypto\makefile.in \ lib\crypto\crc32\makefile.in lib\crypto\des\makefile.in \ + lib\crypto\sha\makefile.in \ lib\crypto\md4\makefile.in lib\crypto\md5\makefile.in \ lib\crypto\os\makefile.in lib\des425\makefile.in \ lib\gssapi\makefile.in lib\gssapi\generic\makefile.in \ @@ -134,6 +135,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ .\wconfig config <lib\crypto\makefile.in >lib\crypto\makefile .\wconfig config <lib\crypto\crc32\makefile.in >lib\crypto\crc32\makefile .\wconfig config <lib\crypto\des\makefile.in >lib\crypto\des\makefile + .\wconfig config <lib\crypto\sha\makefile.in >lib\crypto\sha\makefile .\wconfig config <lib\crypto\md4\makefile.in >lib\crypto\md4\makefile .\wconfig config <lib\crypto\md5\makefile.in >lib\crypto\md5\makefile .\wconfig config <lib\crypto\os\makefile.in >lib\crypto\os\makefile @@ -198,7 +200,7 @@ ZIP=zip FILES= ./* \ config/* include/* include/krb5/* include/krb5/asn.1/* \ include/krb5/stock/* include/sys/* lib/* lib/crypto/* \ - lib/crypto/crc32/* lib/crypto/des/* lib/crypto/md4/* \ + lib/crypto/crc32/* lib/crypto/des/* lib/crypto/sha/* lib/crypto/md4/* \ lib/crypto/md5/* lib/crypto/os/* lib/des425/* lib/gssapi/* \ lib/gssapi/generic/* lib/gssapi/krb5/* lib/gssapi/mechglue/* \ lib/kadm/* lib/krb425/* \ |