From 50110c182731bf96f78ec6fcfb1ccf8147ac135b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 6 Jun 1996 04:10:04 +0000 Subject: [PATCH] (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 --- src/ChangeLog | 6 ++++++ src/Makefile.in | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) 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 + + * 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 * 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 .\wconfig config lib\crypto\crc32\makefile .\wconfig config lib\crypto\des\makefile + .\wconfig config lib\crypto\sha\makefile .\wconfig config lib\crypto\md4\makefile .\wconfig config lib\crypto\md5\makefile .\wconfig config 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/* \ -- 2.26.2