Added lib/kadm directory and removed lib/krb425 directory for the PC
authorKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 17:21:54 +0000 (17:21 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 26 May 1995 17:21:54 +0000 (17:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5889 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 1b22305e1c4f26d77997ea195dad391dadb9477c..b917690cc69276827e32d425a4f1544efe1131bb 100644 (file)
@@ -1,3 +1,7 @@
+Fri May 26 10:16:02 1995 Keith Vetter (keithv@fusion.com)
+
+       * Makefile.in: added lib/kadm and deleted lib/krb425 from PC stuff.
+
 Fri May 26 12:44:31 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * configure.in: Added shared library support for Alpha OSF. 
index 8873c9169243b2e95b1512f46888dd34420f9b21..0aece32dfe264b04fa11e90bb8917fa7871e55d0 100644 (file)
@@ -121,6 +121,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
                lib\crypto\md4\makefile.in lib\crypto\md5\makefile.in \
                lib\crypto\os\makefile.in lib\des425\makefile.in \
                lib\gssapi\makefile.in lib\gssapi\generic\makefile.in \
+               lib\kadm\makefile.in \
                lib\gssapi\krb5\makefile.in lib\krb5\makefile.in \
                lib\krb5\asn.1\makefile.in lib\krb5\ccache\makefile.in \
                lib\krb5\ccache\file\makefile.in \
@@ -145,6 +146,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
        .\wconfig config <lib\gssapi\makefile.in >lib\gssapi\makefile
        .\wconfig config <lib\gssapi\generic\makefile.in >lib\gssapi\generic\makefile
        .\wconfig config <lib\gssapi\krb5\makefile.in >lib\gssapi\krb5\makefile
+       .\wconfig config <lib\kadm\makefile.in >lib\kadm\makefile
        .\wconfig config <lib\krb5\makefile.in >lib\krb5\makefile
        .\wconfig config <lib\krb5\asn.1\makefile.in >lib\krb5\asn.1\makefile
        .\wconfig config <lib\krb5\ccache\makefile.in >lib\krb5\ccache\makefile
@@ -202,7 +204,7 @@ ZIPFILES= ./* \
        include/krb5/stock/* include/sys/* lib/* lib/crypto/* \
        lib/crypto/crc32/* lib/crypto/des/* lib/crypto/md4/* \
        lib/crypto/md5/* lib/crypto/os/* lib/des425/* lib/gssapi/* \
-       lib/gssapi/generic/* lib/gssapi/krb5/* lib/krb425/* \
+       lib/gssapi/generic/* lib/gssapi/krb5/* lib/kadm/* \
        lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \
        lib/krb5/ccache/* lib/krb5/ccache/file/* \
        lib/krb5/ccache/stdio/* lib/krb5/error_tables/* \