diff options
| author | Tom Yu <tlyu@mit.edu> | 2006-10-06 21:17:56 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2006-10-06 21:17:56 +0000 |
| commit | 2ebd70df8a94c65cbf398bdadd627416c5f963d7 (patch) | |
| tree | 9904aa7d4c0641091a5febed3bfaf31b5a65bfd6 /src/lib/crypto/yarrow | |
| parent | 0899feef5ea10df79ded4e215d8f5cfcf75e9451 (diff) | |
make depend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18652 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/yarrow')
| -rw-r--r-- | src/lib/crypto/yarrow/Makefile.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/lib/crypto/yarrow/Makefile.in b/src/lib/crypto/yarrow/Makefile.in index ccdeb6cd0..9be031d29 100644 --- a/src/lib/crypto/yarrow/Makefile.in +++ b/src/lib/crypto/yarrow/Makefile.in @@ -48,15 +48,17 @@ yarrow.so yarrow.po $(OUTPRE)yarrow.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \ $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \ $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \ - $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \ - $(srcdir)/../sha1/shs.h yarrow.c yarrow.h ycipher.h \ - yexcep.h yhash.h ylock.h ystate.h ytypes.h + $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/socket-utils.h $(srcdir)/../sha1/shs.h \ + yarrow.c yarrow.h ycipher.h yexcep.h yhash.h ylock.h \ + ystate.h ytypes.h ycipher.so ycipher.po $(OUTPRE)ycipher.$(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 \ $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \ $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \ $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \ - $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \ - $(srcdir)/../enc_provider/enc_provider.h $(srcdir)/../sha1/shs.h \ - yarrow.h ycipher.c ycipher.h yhash.h ytypes.h + $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \ + $(SRCTOP)/include/socket-utils.h $(srcdir)/../enc_provider/enc_provider.h \ + $(srcdir)/../sha1/shs.h yarrow.h ycipher.c ycipher.h \ + yhash.h ytypes.h |
