krb5 commit [krb5-1.12]: make depend

Tom Yu tlyu at MIT.EDU
Tue Dec 10 17:48:00 EST 2013


https://github.com/krb5/krb5/commit/3bbe0b051e5f62ab454e7f27073f8b8ee5354b0c
commit 3bbe0b051e5f62ab454e7f27073f8b8ee5354b0c
Author: Tom Yu <tlyu at mit.edu>
Date:   Tue Dec 10 16:48:14 2013 -0500

    make depend

 src/kadmin/server/deps |    1 +
 src/tests/gssapi/deps  |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/kadmin/server/deps b/src/kadmin/server/deps
index 26ad13a..012a152 100644
--- a/src/kadmin/server/deps
+++ b/src/kadmin/server/deps
@@ -33,6 +33,7 @@ $(OUTPRE)server_stubs.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
   $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \
   $(top_srcdir)/include/kdb.h $(top_srcdir)/include/krb5.h \
   $(top_srcdir)/include/krb5/plugin.h $(top_srcdir)/include/net-server.h \
+  $(top_srcdir)/include/port-sockets.h $(top_srcdir)/include/socket-utils.h \
   misc.h server_stubs.c
 $(OUTPRE)ovsec_kadmd.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
   $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/gssapi/gssapi_alloc.h \
diff --git a/src/tests/gssapi/deps b/src/tests/gssapi/deps
index e7b6a35..c76d4ca 100644
--- a/src/tests/gssapi/deps
+++ b/src/tests/gssapi/deps
@@ -49,6 +49,10 @@ $(OUTPRE)t_enctypes.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
   $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \
   $(top_srcdir)/include/port-sockets.h $(top_srcdir)/include/socket-utils.h \
   common.h t_enctypes.c
+$(OUTPRE)t_err.$(OBJEXT): $(BUILDTOP)/include/gssapi/gssapi.h \
+  $(BUILDTOP)/include/gssapi/gssapi_ext.h $(BUILDTOP)/include/gssapi/gssapi_krb5.h \
+  $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/krb5.h \
+  common.h t_err.c
 $(OUTPRE)t_export_cred.$(OBJEXT): $(BUILDTOP)/include/gssapi/gssapi.h \
   $(BUILDTOP)/include/gssapi/gssapi_ext.h $(BUILDTOP)/include/gssapi/gssapi_krb5.h \
   $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/krb5.h \


More information about the cvs-krb5 mailing list