summaryrefslogtreecommitdiff
path: root/lib/tsocket/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-04-03 17:29:12 +0200
committerStefan Metzmacher <metze@samba.org>2009-05-01 17:38:21 +0200
commit9dbb535aa5d79a748874d1a85ef8cb6f6b195e52 (patch)
tree879b5d01757ec9aae17d2a3e23752dca2320dc88 /lib/tsocket/config.mk
parent5604e8d614c938876b0a8cbc6f8c38262588f961 (diff)
downloadsamba-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 'lib/tsocket/config.mk')
-rw-r--r--lib/tsocket/config.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/tsocket/config.mk b/lib/tsocket/config.mk
index 2e05f544c9..016663ffea 100644
--- a/lib/tsocket/config.mk
+++ b/lib/tsocket/config.mk
@@ -4,10 +4,7 @@ PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT LIBREPLACE_NETWORK
LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \
tsocket.o \
tsocket_helpers.o \
- tsocket_bsd.o \
- tsocket_connect.o \
- tsocket_writev.o \
- tsocket_readv.o)
+ tsocket_bsd.o)
PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \
tsocket.h\