summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-11-19 22:12:50 +0000
committerKen Raeburn <raeburn@mit.edu>2004-11-19 22:12:50 +0000
commit1d29c70a8c63bd534baa941c103de84b62a608e8 (patch)
tree41d2c4aea750120d3760cf650250b602454ed2bb /src/lib/krb5/os/Makefile.in
parent01b2fda59e5748468834d36b78306d35bd75dcc9 (diff)
downloadkrb5-1d29c70a8c63bd534baa941c103de84b62a608e8.tar.gz
krb5-1d29c70a8c63bd534baa941c103de84b62a608e8.tar.xz
krb5-1d29c70a8c63bd534baa941c103de84b62a608e8.zip
* locate_kdc.c (krb5int_add_host_to_list): If debugging, log the requested
family and socket type. If AI_NUMERICSERV is defined, set it in ai_flags. If getaddrinfo returns an error with debugging enabled, log the error. (krb5_locate_srv_conf_1): When logging an error from add_host_to_list, include the corresponding error string. * t_locate_kdc.c: Include port-sockets.h, instead of sys/socket.h, netdb.h, netinet/in.h, and arpa/inet.h. * Makefile.in ($(OUTPRE)t_locate_kdc.exe): New target. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16899 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/os/Makefile.in')
-rw-r--r--src/lib/krb5/os/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index 5bbd25b60..1becee6f0 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -185,6 +185,10 @@ t_locate_kdc: t_locate_kdc.o
$(CC_LINK) $(ALL_CFLAGS) -o t_locate_kdc t_locate_kdc.o \
$(KRB5_BASE_LIBS)
t_locate_kdc.o: t_locate_kdc.c locate_kdc.c
+$(OUTPRE)t_locate_kdc.exe: $(OUTPRE)t_locate_kdc.obj \
+ $(OUTPRE)dnssrv.obj $(OUTPRE)dnsglue.obj \
+ $(KLIB) $(PLIB) $(CLIB) $(SLIB)
+ link $(EXE_LINKOPTS) -out:$@ $** ws2_32.lib $(DNSLIBS)
LCLINT=lclint
LCLINTOPTS= -warnposix \