summaryrefslogtreecommitdiffstats
path: root/src/util/support/Makefile.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2006-10-18 03:15:24 +0000
committerEzra Peisach <epeisach@mit.edu>2006-10-18 03:15:24 +0000
commitf44875f7b60f894b5390f3e2a578bc4ceba25601 (patch)
tree04293cb050bd9d8eff79ef7a488dbd958c0aecc4 /src/util/support/Makefile.in
parent25452ebe24155c6f548bfc0d6840f6c34b5a4af3 (diff)
downloadkrb5-f44875f7b60f894b5390f3e2a578bc4ceba25601.tar.gz
krb5-f44875f7b60f894b5390f3e2a578bc4ceba25601.tar.xz
krb5-f44875f7b60f894b5390f3e2a578bc4ceba25601.zip
Add supp-int.h to provide prototypes for declared internal functions.
*.x: Include this header Makefile.in: Update dependencies git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18728 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support/Makefile.in')
-rw-r--r--src/util/support/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index a6aa3fccf..78c322ec0 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -87,7 +87,8 @@ t_mktime: gmt_mktime.c
threads.so threads.po $(OUTPRE)threads.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/fake-addrinfo.h $(SRCTOP)/include/k5-platform.h \
$(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/port-sockets.h \
- $(SRCTOP)/include/socket-utils.h cache-addrinfo.h threads.c
+ $(SRCTOP)/include/socket-utils.h cache-addrinfo.h supp-int.h \
+ threads.c
init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): \
$(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
@@ -95,11 +96,11 @@ init-addrinfo.so init-addrinfo.po $(OUTPRE)init-addrinfo.$(OBJEXT): \
cache-addrinfo.h init-addrinfo.c
errors.so errors.po $(OUTPRE)errors.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(SRCTOP)/include/k5-err.h $(SRCTOP)/include/k5-platform.h \
- $(SRCTOP)/include/k5-thread.h errors.c
+ $(SRCTOP)/include/k5-thread.h errors.c supp-int.h
gmt_mktime.so gmt_mktime.po $(OUTPRE)gmt_mktime.$(OBJEXT): \
$(BUILDTOP)/include/autoconf.h gmt_mktime.c
fake-addrinfo.so fake-addrinfo.po $(OUTPRE)fake-addrinfo.$(OBJEXT): \
$(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/fake-addrinfo.h \
$(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
$(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
- cache-addrinfo.h fake-addrinfo.c
+ cache-addrinfo.h fake-addrinfo.c supp-int.h