From 032015916ee11aa4f8d2eb5e72ddfbbf9da447d8 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 06:15:57 +0000 Subject: [PATCH] Makefile.in: Updated windows configuration rules to work with the new crypto library. (Including bundling the correct directories into kerbsrc-nt.zip) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11079 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ src/Makefile.in | 28 ++++++++++++++++++++++------ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 42cc98fc8..0556a4fc2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +Sat Dec 5 01:14:23 1998 Theodore Y. Ts'o + + * Makefile.in: Updated windows configuration rules to work with + the new crypto library. (Including bundling the correct + directories into kerbsrc-nt.zip) + 1998-11-14 Theodore Ts'o * aclocal.m4: Add support for FreeBSD systems using ELF (and not diff --git a/src/Makefile.in b/src/Makefile.in index 2c108b4a0..99f3d00a1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -131,9 +131,13 @@ config-windows:: makefile-windows ##DOS## include\makefile include\krb5\makefile \ ##DOS## lib\makefile lib\crypto\makefile \ ##DOS## lib\crypto\crc32\makefile lib\crypto\des\makefile \ -##DOS## lib\crypto\sha\makefile \ +##DOS## lib\crypto\dk\makefile lib\crypto\enc_provider\makefile \ +##DOS## lib\crypto\hash_provider\makefile \ +##DOS## lib\crypto\keyhash_provider\makefile \ +##DOS## lib\crypto\raw\makefile lib\crypto\old\makefile \ +##DOS## lib\crypto\sha1\makefile \ ##DOS## lib\crypto\md4\makefile lib\crypto\md5\makefile \ -##DOS## lib\crypto\os\makefile lib\des425\makefile \ +##DOS## lib\des425\makefile \ ##DOS## lib\gssapi\makefile lib\gssapi\generic\makefile \ ##DOS## lib\gssapi\krb5\makefile lib\gssapi\mechglue\makefile \ ##DOS## lib\krb4\makefile lib\krb5\makefile \ @@ -176,13 +180,23 @@ config-windows:: makefile-windows ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\crypto\des\makefile: lib\crypto\des\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ -##DOS##lib\crypto\sha\makefile: lib\crypto\sha\makefile.in $(MKFDEP) +##DOS##lib\crypto\dk\makefile: lib\crypto\dk\makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##lib\crypto\enc_provider\makefile: lib\crypto\enc_provider\makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##lib\crypto\hash_provider\makefile: lib\crypto\hash_provider\makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##lib\crypto\keyhash_provider\makefile: lib\crypto\keyhash_provider\makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##lib\crypto\sha1\makefile: lib\crypto\sha1\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\crypto\md4\makefile: lib\crypto\md4\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\crypto\md5\makefile: lib\crypto\md5\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ -##DOS##lib\crypto\os\makefile: lib\crypto\os\makefile.in $(MKFDEP) +##DOS##lib\crypto\old\makefile: lib\crypto\old\makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##lib\crypto\raw\makefile: lib\crypto\raw\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\des425\makefile: lib\des425\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ @@ -282,8 +296,10 @@ FILES= ./* \ clients/* clients/kdestroy/* clients/kinit/* clients/klist/* \ config/* include/* include/kerberosIV/* \ include/krb5/* include/krb5/stock/* include/sys/* lib/* \ - lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* \ - lib/crypto/sha/* lib/crypto/md4/* lib/crypto/md5/* lib/crypto/os/* \ + lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* lib/crypto/dk/* \ + lib/crypto/enc_provider/* lib/crypto/hash_provider/* \ + lib/crypto/keyhash_provider/* lib/crypto/old/* lib/crypto/raw/* \ + lib/crypto/sha1/* lib/crypto/md4/* lib/crypto/md5/* \ lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \ lib/gssapi/mechglue/* lib/krb4/* \ lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \ -- 2.26.2