Makefile.in: Remove lib/kadm and lib/krb5/free from the list of
authorTheodore Tso <tytso@mit.edu>
Mon, 25 May 1998 02:31:13 +0000 (02:31 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 May 1998 02:31:13 +0000 (02:31 +0000)
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

src/ChangeLog
src/Makefile.in

index 2cf1c2a52f301f1680f7d3969474bb05a132f696..b47bf1eb07621dee348747df75df9c9a60af0148 100644 (file)
@@ -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.
 
index c06c3250c8d18a92e9aac830b6f6bb2bfe40edcd..9867ff7a10ca18aa6bfc97f44bba971e2e5506f0 100644 (file)
@@ -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/*