diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-04-03 17:29:12 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-05-01 17:38:21 +0200 |
commit | 9dbb535aa5d79a748874d1a85ef8cb6f6b195e52 (patch) | |
tree | 879b5d01757ec9aae17d2a3e23752dca2320dc88 /source3 | |
parent | 5604e8d614c938876b0a8cbc6f8c38262588f961 (diff) | |
download | samba-9dbb535aa5d79a748874d1a85ef8cb6f6b195e52.tar.gz samba-9dbb535aa5d79a748874d1a85ef8cb6f6b195e52.tar.bz2 samba-9dbb535aa5d79a748874d1a85ef8cb6f6b195e52.zip |
tsocket: remove tsocket_context related stuff
It will be replaced by tdgram_context and tstream_context.
metze
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 171ff44e08..40a204557f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -467,10 +467,7 @@ LIBCLI_LDAP_NDR_OBJ = ../libcli/ldap/ldap_ndr.o LIBTSOCKET_OBJ = ../lib/tsocket/tsocket.o \ ../lib/tsocket/tsocket_helpers.o \ - ../lib/tsocket/tsocket_bsd.o \ - ../lib/tsocket/tsocket_connect.o \ - ../lib/tsocket/tsocket_writev.o \ - ../lib/tsocket/tsocket_readv.o + ../lib/tsocket/tsocket_bsd.o CLDAP_OBJ = libads/cldap.o \ ../libcli/cldap/cldap.o \ |