From de2ccfb88bc93eb27a819d8914773b053ab2580d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 25 Jan 2006 10:48:29 +0000 Subject: Delete the rest of the support in the kdb library for doing locking on behalf of the plugin library. Convert the remaining locking code (for protecting the list of plugins loaded) to use the k5_ macros. ticket: 3416 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17612 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kdb/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/kdb/Makefile.in') diff --git a/src/lib/kdb/Makefile.in b/src/lib/kdb/Makefile.in index e33a2d445..d8a03f3ad 100644 --- a/src/lib/kdb/Makefile.in +++ b/src/lib/kdb/Makefile.in @@ -12,6 +12,8 @@ LOCALINCLUDES= -I. LIBBASE=kdb5 LIBMAJOR=4 LIBMINOR=0 +LIBINITFUNC=kdb_init_lock_list +LIBFINIFUNC=kdb_fini_lock_list RELDIR=kdb # Depends on libk5crypto and libkrb5 -- cgit