diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-05-05 22:37:38 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-05-05 22:37:38 +0000 |
| commit | d25c51b1f17a528dc7586ea7de6aa46baf0d6892 (patch) | |
| tree | 787ca80767e39a30922b3702af855dfd669824d2 /src/util/support | |
| parent | 7070d016ede2a075940f61ce811ef8a3291ae0b1 (diff) | |
build dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16313 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support')
| -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 |
