summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2001-10-29 14:56:59 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2001-10-29 14:56:59 +0000
commita6b232d2ebfda2f2804f787bea583dbfbf6d35ce (patch)
tree039e2b73bff7dd272706235e1dd5c6bc299c61db /src/Makefile.in
parent293e5a571c87054affecc279d5d0be170deb40bc (diff)
downloadkrb5-a6b232d2ebfda2f2804f787bea583dbfbf6d35ce.tar.gz
krb5-a6b232d2ebfda2f2804f787bea583dbfbf6d35ce.tar.xz
krb5-a6b232d2ebfda2f2804f787bea583dbfbf6d35ce.zip
2001-10-29 Jeff Altman <jaltman@columbia.edu>
* Makefile.in - Windows configuration for src/lib/crypto/arcfour directory git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13872 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 14a1908ad..462c76e54 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -136,7 +136,7 @@ WINMAKEFILES=Makefile \
lib\crypto\hash_provider\Makefile \
lib\crypto\keyhash_provider\Makefile \
lib\crypto\raw\Makefile lib\crypto\old\Makefile \
- lib\crypto\sha1\Makefile \
+ lib\crypto\sha1\Makefile lib\crypto\arcfour\Makefile \
lib\crypto\md4\Makefile lib\crypto\md5\Makefile \
lib\des425\Makefile \
lib\gssapi\Makefile lib\gssapi\generic\Makefile \
@@ -203,6 +203,8 @@ WINMAKEFILES=Makefile \
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\crypto\sha1\Makefile: lib\crypto\sha1\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
+##DOS##lib\crypto\arcfour\Makefile: lib\crypto\arcfour\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)
@@ -314,7 +316,7 @@ FILES= ./* \
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/crypto/sha1/* lib/crypto/arcfour/* 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/* \