(FILES): Include lib/crypto/sha/* in list of files to be built for
authorTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 04:10:04 +0000 (04:10 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 6 Jun 1996 04:10:04 +0000 (04:10 +0000)
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

src/ChangeLog
src/Makefile.in

index 3707b56d6dbd23633d8fdabcc2d5db587ee0391e..43002fbf05ed47f3e47485de57ac150a690a2b77 100644 (file)
@@ -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
index 3c104065d5e3d152e457a32d42cbce0cacefd1db..495aa04ca8ab6fed8fab2d05bcc536588936d539 100644 (file)
@@ -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/* \