diff options
| author | Greg Hudson <ghudson@mit.edu> | 2013-12-12 00:23:02 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-12-12 00:35:23 -0500 |
| commit | 291f03290b6476ec6b98e48c6971b65f1d899269 (patch) | |
| tree | 54f1328be63d6d3eb98c6504a109430a9cf46cfb /src/tests/deps | |
| parent | 6211396239897a3a9c207690ea2d6dc9ec580bc2 (diff) | |
| download | krb5-291f03290b6476ec6b98e48c6971b65f1d899269.tar.gz krb5-291f03290b6476ec6b98e48c6971b65f1d899269.tar.xz krb5-291f03290b6476ec6b98e48c6971b65f1d899269.zip | |
Fix up tests directory ignores, deps, cleanup
A few test programs didn't make it into .gitignore, OBJS, or
EXTRADEPSRCS.
Diffstat (limited to 'src/tests/deps')
| -rw-r--r-- | src/tests/deps | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tests/deps b/src/tests/deps index 862abcce76..c00840efc9 100644 --- a/src/tests/deps +++ b/src/tests/deps @@ -30,6 +30,16 @@ $(OUTPRE)hist.$(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 \ hist.c +$(OUTPRE)hrealm.$(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/k5-trace.h \ + $(top_srcdir)/include/krb5.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 hrealm.c $(OUTPRE)kdbtest.$(OBJEXT): $(BUILDTOP)/include/gssapi/gssapi.h \ $(BUILDTOP)/include/gssrpc/types.h $(BUILDTOP)/include/kadm5/admin.h \ $(BUILDTOP)/include/kadm5/chpass_util_strings.h $(BUILDTOP)/include/kadm5/kadm_err.h \ |
