summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-05-09 18:41:03 +0000
committerGreg Hudson <ghudson@mit.edu>2011-05-09 18:41:03 +0000
commit84f2d3910c1903f583466882fc13cc5061b2a697 (patch)
treef7a6a99a1edf157770156591ea803e2bbf5a349d /src/configure.in
parent8263dad4edaf61b7815135abe02baf93c8846581 (diff)
downloadkrb5-84f2d3910c1903f583466882fc13cc5061b2a697.tar.gz
krb5-84f2d3910c1903f583466882fc13cc5061b2a697.tar.xz
krb5-84f2d3910c1903f583466882fc13cc5061b2a697.zip
Kernel subset
Add a directory containing a "kernel subset" (context import and message functions only) of the gss-krb5 library, with a test framework to exercise the functionality and indicate when unknown dependencies creep in. ticket: 6909 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24921 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index bb623e5567..547ff05149 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1160,5 +1160,5 @@ dnl ccapi ccapi/lib ccapi/lib/unix ccapi/server ccapi/server/unix ccapi/test
tests tests/resolve tests/asn.1 tests/create tests/hammer
tests/verify tests/gssapi tests/dejagnu tests/threads tests/shlib
tests/gss-threads tests/misc tests/mkeystash_compat
- util/collected-client-lib
+ util/gss-kernel-lib util/collected-client-lib
)