* Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile.
authorKen Raeburn <raeburn@mit.edu>
Wed, 5 Mar 2003 05:14:34 +0000 (05:14 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 5 Mar 2003 05:14:34 +0000 (05:14 +0000)
(lib\crypto\aes\Makefile) [##DOS##]: New target.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15234 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 104ebcc6f500bd40c7d4ad14a12e91df4c15ead9..1c8eeea1107ac0f8ab57ddfe226ff03bcb929329 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-05  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (WINMAKEFILES): Add lib\crypto\aes\Makefile.
+       (lib\crypto\aes\Makefile) [##DOS##]: New target.
+
 2003-03-03  Tom Yu  <tlyu@mit.edu>
 
        * krb5-config.in (lib_flags): Prune out CFLAGS.
index b0690c7568df045138555f989eed23092b376bf1..d236af970ab8310e7cd2efdb39a9a65dfc51dfd3 100644 (file)
@@ -147,7 +147,7 @@ WINMAKEFILES=Makefile \
        lib\crypto\raw\Makefile lib\crypto\old\Makefile \
        lib\crypto\sha1\Makefile lib\crypto\arcfour\Makefile \
        lib\crypto\md4\Makefile lib\crypto\md5\Makefile \
-       lib\crypto\yarrow\Makefile \
+       lib\crypto\yarrow\Makefile lib\crypto\aes\Makefile \
        lib\des425\Makefile \
        lib\gssapi\Makefile lib\gssapi\generic\Makefile \
        lib\gssapi\krb5\Makefile lib\gssapi\mechglue\Makefile \
@@ -219,6 +219,8 @@ WINMAKEFILES=Makefile \
 ##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##lib\crypto\yarrow\Makefile: lib\crypto\yarrow\Makefile.in $(MKFDEP)
 ##DOS##        $(WCONFIG) config < $@.in > $@
+##DOS##lib\crypto\aes\Makefile: lib\crypto\aes\Makefile.in $(MKFDEP)
+##DOS##        $(WCONFIG) config < $@.in > $@
 ##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)