aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in4
2 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 104ebcc..1c8eeea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -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.
diff --git a/src/Makefile.in b/src/Makefile.in
index b0690c7..d236af9 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -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)