From ce7c787a7d5cf5c12f4ab06a9713add2e58862d5 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Fri, 26 May 1995 17:21:54 +0000 Subject: [PATCH] Added lib/kadm directory and removed lib/krb425 directory for the PC git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5889 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 4 ++++ src/Makefile.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 1b22305e1..b917690cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 * configure.in: Added shared library support for Alpha OSF. diff --git a/src/Makefile.in b/src/Makefile.in index 8873c9169..0aece32df 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 .\wconfig config lib\gssapi\generic\makefile .\wconfig config lib\gssapi\krb5\makefile + .\wconfig config lib\kadm\makefile .\wconfig config lib\krb5\makefile .\wconfig config lib\krb5\asn.1\makefile .\wconfig config 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/* \ -- 2.26.2