summaryrefslogtreecommitdiff
path: root/source4/lib/socket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-12-23 09:38:21 +0100
committerStefan Metzmacher <metze@samba.org>2009-12-24 17:38:32 +0100
commit445baf53a9c0c65dafd8558c2b3ec877c3c5fdc8 (patch)
tree881e3d048881749c1ecc470ca61d7192c6082bb6 /source4/lib/socket/config.mk
parent17c804a67593cdb4d8646b5be6b50fddf56b3e27 (diff)
downloadsamba-445baf53a9c0c65dafd8558c2b3ec877c3c5fdc8.tar.gz
samba-445baf53a9c0c65dafd8558c2b3ec877c3c5fdc8.tar.bz2
samba-445baf53a9c0c65dafd8558c2b3ec877c3c5fdc8.zip
s4:lib/socket: add helpers functions to convert between socket_address and tsocket_address
metze
Diffstat (limited to 'source4/lib/socket/config.mk')
-rw-r--r--source4/lib/socket/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/socket/config.mk b/source4/lib/socket/config.mk
index ac515c8f6d..07491e115a 100644
--- a/source4/lib/socket/config.mk
+++ b/source4/lib/socket/config.mk
@@ -34,7 +34,7 @@ socket_unix_OBJ_FILES = $(libsocketsrcdir)/socket_unix.o
################################################
# Start SUBSYSTEM SOCKET
[SUBSYSTEM::samba_socket]
-PUBLIC_DEPENDENCIES = LIBTALLOC
+PUBLIC_DEPENDENCIES = LIBTALLOC LIBTSOCKET
PRIVATE_DEPENDENCIES = SOCKET_WRAPPER LIBCLI_COMPOSITE LIBCLI_RESOLVE
# End SUBSYSTEM SOCKET
################################################