summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/Makefile.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2008-08-15 18:46:12 +0000
committerEzra Peisach <epeisach@mit.edu>2008-08-15 18:46:12 +0000
commit6ac687b64e61a5ab5a0874d32105d03a12304d30 (patch)
treebe5dacb5ffb32d5713578df312b34c5a677c9db0 /src/lib/krb5/ccache/Makefile.in
parentc438b327af4cf5ba96ed3f7e02b6327b9d06c1ae (diff)
downloadkrb5-6ac687b64e61a5ab5a0874d32105d03a12304d30.tar.gz
krb5-6ac687b64e61a5ab5a0874d32105d03a12304d30.tar.xz
krb5-6ac687b64e61a5ab5a0874d32105d03a12304d30.zip
Move prototype for krb5int_random_string from k5-int.h to cc-int.h as
it is private to the ccache code. Include cc-int.h where needed, and update Makefile.in dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20662 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/Makefile.in')
-rw-r--r--src/lib/krb5/ccache/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb5/ccache/Makefile.in b/src/lib/krb5/ccache/Makefile.in
index 360b6cf444..208ae651ae 100644
--- a/src/lib/krb5/ccache/Makefile.in
+++ b/src/lib/krb5/ccache/Makefile.in
@@ -189,7 +189,7 @@ cc_memory.so cc_memory.po $(OUTPRE)cc_memory.$(OBJEXT): \
$(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
$(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
- $(SRCTOP)/include/socket-utils.h cc_memory.c
+ $(SRCTOP)/include/socket-utils.h cc-int.h cc_memory.c
cc_keyring.so cc_keyring.po $(OUTPRE)cc_keyring.$(OBJEXT): \
$(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
$(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \
@@ -198,7 +198,7 @@ cc_keyring.so cc_keyring.po $(OUTPRE)cc_keyring.$(OBJEXT): \
$(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
$(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \
- $(SRCTOP)/include/socket-utils.h cc_keyring.c
+ $(SRCTOP)/include/socket-utils.h cc-int.h cc_keyring.c
ccfns.so ccfns.po $(OUTPRE)ccfns.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
$(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \