summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-03-10 15:56:13 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-03-11 11:27:47 +1100
commit9457b7ea2214aaa3a466e5dbc2daa0b931975073 (patch)
treeb538507232c9ade7ba6bc8625d0a997d66fa0177 /source4/libcli/config.mk
parent0201b2fa9f31d8c9a75f3057f91b3f720f62292c (diff)
downloadsamba-9457b7ea2214aaa3a466e5dbc2daa0b931975073.tar.gz
samba-9457b7ea2214aaa3a466e5dbc2daa0b931975073.tar.bz2
samba-9457b7ea2214aaa3a466e5dbc2daa0b931975073.zip
s4:libcli/resolve Use a more robust way to return the string address
By going via these tevent functions, we avoid needing to dereference the struct socket_address, which may contain a 'struct sockaddr' or strings. The new dns_host_file resolver returns in the form of a struct sockaddr. Andrew Bartlett
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index 716e23b60d..246abd414a 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -65,7 +65,7 @@ LIBCLI_WREPL_OBJ_FILES = $(libclisrcdir)/wrepl/winsrepl.o
$(eval $(call proto_header_template,$(libclisrcdir)/wrepl/winsrepl_proto.h,$(LIBCLI_WREPL_OBJ_FILES:.o=.c)))
[SUBSYSTEM::LIBCLI_RESOLVE]
-PUBLIC_DEPENDENCIES = NDR_NBT
+PUBLIC_DEPENDENCIES = NDR_NBT LIBTSOCKET
LIBCLI_RESOLVE_OBJ_FILES = $(libclisrcdir)/resolve/resolve.o