From 7ede8b77e97d1069f980b513c93c5a33f9911f41 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sat, 20 Feb 2010 04:26:53 +0000 Subject: Update dependencies git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23740 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/authdata/greet_client/deps | 13 ++++++++++--- src/plugins/authdata/greet_server/deps | 12 ++++++++++-- 2 files changed, 20 insertions(+), 5 deletions(-) (limited to 'src/plugins/authdata') diff --git a/src/plugins/authdata/greet_client/deps b/src/plugins/authdata/greet_client/deps index ea4b50310..9fd0248d2 100644 --- a/src/plugins/authdata/greet_client/deps +++ b/src/plugins/authdata/greet_client/deps @@ -1,6 +1,13 @@ # # Generated makefile dependencies follow. # -greet_auth.so greet_auth.po $(OUTPRE)greet_auth.$(OBJEXT): \ - $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/krb5/authdata_plugin.h \ - greet_auth.c +greet.so greet.po $(OUTPRE)greet.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \ + $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-buf.h \ + $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-gmt_mktime.h \ + $(top_srcdir)/include/k5-int-pkinit.h $(top_srcdir)/include/k5-int.h \ + $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.h \ + $(top_srcdir)/include/k5-thread.h $(top_srcdir)/include/krb5.h \ + $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/locate_plugin.h \ + $(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \ + $(top_srcdir)/include/socket-utils.h greet.c diff --git a/src/plugins/authdata/greet_server/deps b/src/plugins/authdata/greet_server/deps index ea4b50310..432040b4f 100644 --- a/src/plugins/authdata/greet_server/deps +++ b/src/plugins/authdata/greet_server/deps @@ -2,5 +2,13 @@ # Generated makefile dependencies follow. # greet_auth.so greet_auth.po $(OUTPRE)greet_auth.$(OBJEXT): \ - $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/krb5/authdata_plugin.h \ - greet_auth.c + $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \ + $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \ + $(COM_ERR_DEPS) $(top_srcdir)/include/k5-buf.h $(top_srcdir)/include/k5-err.h \ + $(top_srcdir)/include/k5-gmt_mktime.h $(top_srcdir)/include/k5-int-pkinit.h \ + $(top_srcdir)/include/k5-int.h $(top_srcdir)/include/k5-platform.h \ + $(top_srcdir)/include/k5-plugin.h $(top_srcdir)/include/k5-thread.h \ + $(top_srcdir)/include/kdb.h $(top_srcdir)/include/krb5.h \ + $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/locate_plugin.h \ + $(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \ + $(top_srcdir)/include/socket-utils.h greet_auth.c -- cgit