diff options
| author | Tom Yu <tlyu@mit.edu> | 2013-12-10 22:24:03 -0500 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2013-12-10 22:24:03 -0500 |
| commit | 88bc9cfb9bcbdb0daffe02db5bdb8e22d14b6853 (patch) | |
| tree | 0ac95b2a172562ded11e81db6934d598b2d569d9 /src/tests | |
| parent | 23a75649277afc24a9dfea199689e18129fa390c (diff) | |
| download | krb5-88bc9cfb9bcbdb0daffe02db5bdb8e22d14b6853.tar.gz krb5-88bc9cfb9bcbdb0daffe02db5bdb8e22d14b6853.tar.xz krb5-88bc9cfb9bcbdb0daffe02db5bdb8e22d14b6853.zip | |
make depend
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/deps | 9 | ||||
| -rw-r--r-- | src/tests/gssapi/deps | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/src/tests/deps b/src/tests/deps index b0c84bfeb..b2b4b1915 100644 --- a/src/tests/deps +++ b/src/tests/deps @@ -59,12 +59,11 @@ $(OUTPRE)plugorder.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/plugin.h \ $(top_srcdir)/include/krb5/pwqual_plugin.h $(top_srcdir)/include/port-sockets.h \ $(top_srcdir)/include/socket-utils.h plugorder.c -$(OUTPRE)responder.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ - $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) \ - $(srcdir)/../include/k5-json.h \ - $(srcdir)/../include/k5-platform.h $(srcdir)/../include/k5-thread.h \ - $(srcdir)/../include/krb5.h responder.c $(OUTPRE)t_init_creds.$(OBJEXT): $(BUILDTOP)/include/krb5/krb5.h \ $(COM_ERR_DEPS) $(top_srcdir)/include/krb5.h t_init_creds.c $(OUTPRE)t_localauth.$(OBJEXT): $(BUILDTOP)/include/krb5/krb5.h \ $(COM_ERR_DEPS) $(top_srcdir)/include/krb5.h t_localauth.c +$(OUTPRE)responder.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(BUILDTOP)/include/krb5/krb5.h $(COM_ERR_DEPS) $(top_srcdir)/include/k5-json.h \ + $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-thread.h \ + $(top_srcdir)/include/krb5.h responder.c diff --git a/src/tests/gssapi/deps b/src/tests/gssapi/deps index e7b6a355b..c76d4ca1a 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 \ |
