summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-05-25 02:31:13 +0000
committerTheodore Tso <tytso@mit.edu>1998-05-25 02:31:13 +0000
commite1dd14c011d86af474c0fd4f680241e5df75a42b (patch)
tree6e37b15c87342d90bd05e0cb51a53d6084b4aaa9 /src
parent951aa2cae456e86b65b61419d309e78c916bd77a (diff)
downloadkrb5-e1dd14c011d86af474c0fd4f680241e5df75a42b.tar.gz
krb5-e1dd14c011d86af474c0fd4f680241e5df75a42b.tar.xz
krb5-e1dd14c011d86af474c0fd4f680241e5df75a42b.zip
Makefile.in: Remove lib/kadm and lib/krb5/free from the list of
directories supported by windows (since they have since gone away). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10582 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in12
2 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2cf1c2a52..b47bf1eb0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
Sun May 24 22:09:12 1998 Theodore Y. Ts'o <tytso@mit.edu>
+ * Makefile.in: Remove lib/kadm and lib/krb5/free from the list of
+ directories supported by windows (since they have since
+ gone away).
+
* aclocal.m4: Added suggested changes to improve HP-UX's support
for shared libraries.
diff --git a/src/Makefile.in b/src/Makefile.in
index c06c3250c..9867ff7a1 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -136,12 +136,12 @@ config-windows:: makefile-windows
##DOS## lib\crypto\os\makefile lib\des425\makefile \
##DOS## lib\gssapi\makefile lib\gssapi\generic\makefile \
##DOS## lib\gssapi\krb5\makefile lib\gssapi\mechglue\makefile \
-##DOS## lib\kadm\makefile lib\krb4\makefile lib\krb5\makefile \
+##DOS## lib\krb4\makefile lib\krb5\makefile \
##DOS## lib\krb5\asn.1\makefile lib\krb5\ccache\makefile \
##DOS## lib\krb5\ccache\file\makefile \
##DOS## lib\krb5\ccache\stdio\makefile \
##DOS## lib\krb5\error_tables\makefile \
-##DOS## lib\krb5\free\makefile lib\krb5\keytab\makefile \
+##DOS## lib\krb5\keytab\makefile \
##DOS## lib\krb5\keytab\file\makefile lib\krb5\krb\makefile \
##DOS## lib\krb5\os\makefile lib\krb5\posix\makefile \
##DOS## lib\krb5\rcache\makefile \
@@ -192,8 +192,6 @@ config-windows:: makefile-windows
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\gssapi\krb5\makefile: lib\gssapi\krb5\makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
-##DOS##lib\kadm\makefile: lib\kadm\makefile.in $(MKFDEP)
-##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\krb4\makefile: lib\krb4\makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\krb5\makefile: lib\krb5\makefile.in $(MKFDEP)
@@ -208,8 +206,6 @@ config-windows:: makefile-windows
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\krb5\error_tables\makefile: lib\krb5\error_tables\makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
-##DOS##lib\krb5\free\makefile: lib\krb5\free\makefile.in $(MKFDEP)
-##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\krb5\keytab\makefile: lib\krb5\keytab\makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\krb5\keytab\file\makefile: lib\krb5\keytab\file\makefile.in $(MKFDEP)
@@ -281,11 +277,11 @@ FILES= ./* \
lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* \
lib/crypto/sha/* lib/crypto/md4/* lib/crypto/md5/* lib/crypto/os/* \
lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \
- lib/gssapi/mechglue/* lib/kadm/* lib/krb4/* \
+ lib/gssapi/mechglue/* lib/krb4/* \
lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \
lib/krb5/ccache/* lib/krb5/ccache/file/* \
lib/krb5/ccache/stdio/* lib/krb5/error_tables/* \
- lib/krb5/free/* lib/krb5/keytab/* lib/krb5/keytab/file/* \
+ lib/krb5/keytab/* lib/krb5/keytab/file/* \
lib/krb5/os/* lib/krb5/posix/* lib/krb5/rcache/* \
util/et/* util/profile/*