diff options
author | Greg Hudson <ghudson@mit.edu> | 2014-02-11 23:19:36 -0500 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2014-02-12 14:00:00 -0500 |
commit | b69543edc0afc424a3982cc49176c09d887679cd (patch) | |
tree | 71c6e6fa40ba5b6f5293a045762c79ff39702c94 /src/lib/kdb | |
parent | d21a86e47a7cda29225013e08d060095b94b2ee7 (diff) | |
download | krb5-b69543edc0afc424a3982cc49176c09d887679cd.tar.gz krb5-b69543edc0afc424a3982cc49176c09d887679cd.tar.xz krb5-b69543edc0afc424a3982cc49176c09d887679cd.zip |
Generate dependencies for t_stringattr
When t_stringattr.c was introduced, it wasn't added to EXTRADEPSRCS,
so no dependencies were created for it. Fix that now.
Diffstat (limited to 'src/lib/kdb')
-rw-r--r-- | src/lib/kdb/Makefile.in | 2 | ||||
-rw-r--r-- | src/lib/kdb/deps | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/kdb/Makefile.in b/src/lib/kdb/Makefile.in index 098db3f804..4390cb67c0 100644 --- a/src/lib/kdb/Makefile.in +++ b/src/lib/kdb/Makefile.in @@ -45,7 +45,7 @@ STLIBOBJS= \ kdb_log.o \ keytab.o -EXTRADEPSRCS= t_ulog.c +EXTRADEPSRCS= t_stringattr.c t_ulog.c all-unix:: all-liblinks install-unix:: install-libs diff --git a/src/lib/kdb/deps b/src/lib/kdb/deps index dc48cb71dc..117e2c58e4 100644 --- a/src/lib/kdb/deps +++ b/src/lib/kdb/deps @@ -123,6 +123,17 @@ keytab.so keytab.po $(OUTPRE)keytab.$(OBJEXT): $(BUILDTOP)/include/autoconf.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 keytab.c +t_stringattr.so t_stringattr.po $(OUTPRE)t_stringattr.$(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/kdb.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 t_stringattr.c t_ulog.so t_ulog.po $(OUTPRE)t_ulog.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/gssrpc/types.h \ $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \ |