From 9dbb535aa5d79a748874d1a85ef8cb6f6b195e52 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 3 Apr 2009 17:29:12 +0200 Subject: tsocket: remove tsocket_context related stuff It will be replaced by tdgram_context and tstream_context. metze --- source3/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/Makefile.in') 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 \ -- cgit