Add ms2mit and krb524 Makefile creation to Windows build preparation
authorDanilo Almeida <dalmeida@mit.edu>
Wed, 19 Jul 2000 18:22:10 +0000 (18:22 +0000)
committerDanilo Almeida <dalmeida@mit.edu>
Wed, 19 Jul 2000 18:22:10 +0000 (18:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12565 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index ee85acd871cd29376500a5f5bda15704d678717c..4e935e83d1ed3420e544881ea78f5ed93661f503 100644 (file)
@@ -1,6 +1,7 @@
 2000-07-19  Danilo Almeida  <dalmeida@mit.edu>
 
-       * Makefile.in: Add ms2mit.
+       * Makefile.in: Add ms2mit and krb524 Makefile creation to Windows
+       build preparation.
 
 2000-07-14  Ken Raeburn  <raeburn@mit.edu>
 
index d67a7f8d1956d2eb13fecab0589e18a71bd0953d..1a9b8ce9571b64a75c0e611705574cc1586b7573 100644 (file)
@@ -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/* \