diff options
Diffstat (limited to 'src/slave')
-rw-r--r-- | src/slave/Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/slave/Makefile.in b/src/slave/Makefile.in index f9de2570e..642142ecb 100644 --- a/src/slave/Makefile.in +++ b/src/slave/Makefile.in @@ -36,3 +36,18 @@ clean:: clean:: $(RM) kprop kpropd +# +++ Dependency line eater +++ +# +# Makefile dependencies follow. This must be the last section in +# the Makefile.in file +# +kprop.o: kprop.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \ + $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \ + $(SRCTOP)/include/krb5/kdb.h kprop.h +kpropd.o: kpropd.c $(SRCTOP)/include/syslog.h $(SRCTOP)/include/k5-int.h \ + $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ + $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ + kprop.h + |