summaryrefslogtreecommitdiffstats
path: root/src/clients/kinit/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/clients/kinit/Makefile.in')
-rw-r--r--src/clients/kinit/Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/clients/kinit/Makefile.in b/src/clients/kinit/Makefile.in
index 7a4c39dbd6..17c6e5a92a 100644
--- a/src/clients/kinit/Makefile.in
+++ b/src/clients/kinit/Makefile.in
@@ -7,6 +7,8 @@ DEFS=
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+SRCS=kinit.c
+
##WIN32##LOCALINCLUDES=-I$(BUILDTOP)\util\windows
##WIN32##DEFINES=-DGETOPT_LONG
@@ -29,3 +31,13 @@ install-unix::
$(INSTALL_DATA) $(srcdir)/$$f.M \
$(DESTDIR)$(CLIENT_MANDIR)/`echo $$f|sed '$(transform)'`.1; \
done
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+$(OUTPRE)kinit.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
+ $(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/profile.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \
+ $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/krb5.h \
+ kinit.c