diff options
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 3707b56d6..43002fbf0 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 3c104065d..495aa04ca 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/* \ |
