diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-01-25 10:48:29 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-01-25 10:48:29 +0000 |
commit | de2ccfb88bc93eb27a819d8914773b053ab2580d (patch) | |
tree | 2132d38b98d748c57be6b933def3bcedaef9edea /src/lib/kdb/Makefile.in | |
parent | 210bd523f6351fa35d510f08ff5044e4c27fe363 (diff) | |
download | krb5-de2ccfb88bc93eb27a819d8914773b053ab2580d.tar.gz krb5-de2ccfb88bc93eb27a819d8914773b053ab2580d.tar.xz krb5-de2ccfb88bc93eb27a819d8914773b053ab2580d.zip |
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
Diffstat (limited to 'src/lib/kdb/Makefile.in')
-rw-r--r-- | src/lib/kdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |