From 9e33a1768b1ef6e5c31de26e630d3fa35413a2de Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Wed, 19 Jul 2000 18:22:10 +0000 Subject: [PATCH] Add ms2mit and krb524 Makefile creation to Windows build preparation git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12565 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 3 ++- src/Makefile.in | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index ee85acd87..4e935e83d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2000-07-19 Danilo Almeida - * Makefile.in: Add ms2mit. + * Makefile.in: Add ms2mit and krb524 Makefile creation to Windows + build preparation. 2000-07-14 Ken Raeburn diff --git a/src/Makefile.in b/src/Makefile.in index d67a7f8d1..1a9b8ce95 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -132,6 +132,7 @@ WINMAKEFILES=Makefile \ clients\kinit\Makefile clients\klist\Makefile \ clients\kpasswd\Makefile clients\kvno\Makefile \ include\Makefile include\krb5\Makefile \ + krb524\Makefile \ lib\Makefile lib\crypto\Makefile \ lib\crypto\crc32\Makefile lib\crypto\des\Makefile \ lib\crypto\dk\Makefile lib\crypto\enc_provider\Makefile \ @@ -186,6 +187,8 @@ WINMAKEFILES=Makefile \ ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##include\krb5\Makefile: include\krb5\Makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##krb524\Makefile: krb524\Makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\Makefile: lib\Makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\crypto\Makefile: lib\crypto\Makefile.in $(MKFDEP) @@ -314,7 +317,7 @@ FILES= ./* \ clients/* clients/kdestroy/* clients/kinit/* clients/klist/* \ clients/kpasswd/* \ config/* include/* include/kerberosIV/* \ - include/krb5/* include/krb5/stock/* include/sys/* lib/* \ + include/krb5/* include/krb5/stock/* include/sys/* krb524/* lib/* \ 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/* \ -- 2.26.2