diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/support/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index a6fa716f7..362fd14bb 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -56,8 +56,10 @@ $(BUILDTOP)/include/krb5/autoconf.h: $(SRCTOP)/include/krb5/autoconf.h.in # Makefile dependencies follow. This must be the last section in # the Makefile.in file # +threads.so threads.po $(OUTPRE)threads.$(OBJEXT): threads.c $(SRCTOP)/include/k5-thread.h \ + $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h +fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): fake-addrinfo.c $(SRCTOP)/include/fake-addrinfo.h \ + $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb5/autoconf.h \ + $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-platform.h \ + $(SRCTOP)/include/k5-thread.h - - - -# foo |
