From 0807f39f341c60ea394d76965abe1cb76efdfb4a Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 24 Jul 1996 02:28:52 +0000 Subject: Makefile.in: Build logger.o from the libkadm5 directory. This is prepatory work towards eliminating the dependency on libkadm5. Ultimately we will probably need to rethink how the library structure for krb5.... configure.in: Add -lgssapi and -lgssrpc to libraries linked with krb5kdc since they are needed for shared libraries. This is a horrible hack.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8788 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kdc/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/kdc/ChangeLog') diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index eca2edc69..c65ee193d 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,14 @@ +Tue Jul 23 22:26:29 1996 Theodore Y. Ts'o + + * Makefile.in: Build logger.o from the libkadm5 directory. This + is prepatory work towards eliminating the dependency on + libkadm5. Ultimately we will probably need to rethink how + the library structure for krb5.... + + * configure.in: Add -lgssapi and -lgssrpc to libraries linked with + krb5kdc since they are needed for shared libraries. This + is a horrible hack.... + Thu Jun 13 22:09:34 1996 Tom Yu * configure.in: remove ref to ET_RULES -- cgit