summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-04-17 05:22:47 +0000
committerTheodore Tso <tytso@mit.edu>1999-04-17 05:22:47 +0000
commitac8ee86fdd63bee934778c440d67dbf744adad55 (patch)
treecf50d3ac9d51a82fddf42df99e3a4964506a8354 /src/lib
parentac684a2027f4917adb6aba821a3c26212f713493 (diff)
downloadkrb5-ac8ee86fdd63bee934778c440d67dbf744adad55.tar.gz
krb5-ac8ee86fdd63bee934778c440d67dbf744adad55.tar.xz
krb5-ac8ee86fdd63bee934778c440d67dbf744adad55.zip
Built the krb5 specific extension function which allows an application
program to set the ccache location. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11366 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/gssapi/krb5/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/gssapi/krb5/Makefile.in b/src/lib/gssapi/krb5/Makefile.in
index b1bfc1d5c..2e0982cb5 100644
--- a/src/lib/gssapi/krb5/Makefile.in
+++ b/src/lib/gssapi/krb5/Makefile.in
@@ -147,6 +147,7 @@ STLIBOBJS = \
rel_name.o \
seal.o \
ser_sctx.o \
+ set_ccache.o \
sign.o \
unseal.o \
util_cksum.o \